What is the best and simplest way to denote an angle, with an arc and a label telling its name? I wish to be able to control (obviously) the vertices on which the angle lays, the name of the angle and also control the radius of the little arc and whether it should fill the whole part-of-a-circle shape in color.
|
Another example with
|
|||||||
|
|
I have developped 2 macros that I think can help you:
|
|||||
|
|
I just have a look to this question and related ones but I don't see anywhere my solution to mark an angle when you don't know its measure (maybe I haven't read all the post about the topic...). So here it is:
I draw a full circle and I hide the bad part of it by clipping with a path built with the three points which define the angle. It seems so easy that it might be a bad way to do it but it works pretty well. Here I put manually the angle measure to place Please, feel free to comment it if you think there are some situations where it doesn't work!
|
||||
|
|
Here is a complement to sylcha's answer.
|
|||||
|
|
I took the PolGab's code and changed it a little:
Here is the code:
It will be great if we could pass the radius of the mark as an optional argument also (for instance 5mm by default). Thus, we could use either |
||||
|
|




tkz-euclides way is difficult to change ... All the parameters you mention are easy to modify. – Torbjørn T. Dec 19 '11 at 21:39