I am having three points which come from the user clicking on a canvas.
I draw the lines to join these points so that it forms an angle.
Now I want to draw an arc which denotes that it is an angle (The same as the one shown in the picture of the question How to draw the arc of a three point angle?).
The solution on the above link discusses only for the static angle. I have the three points on which the angle is to be drawn. I tried that example but it does not show the correct angle.
Will anyone please guide me how to accomplish this?
Thanks.