I have a view with a point on its center.
I have an angle in degrees (or radian, that’s not the problem).
I have a circle which center is the center of the view, and the radius is R.
I’d like to draw :
-
something (let’s say an image) on the point that is placed on the
circle, at an angle of R from the vertical position. -
an arc from the vertical position above the center that intersect
the circle, to that point
How may I do that ?
I think it you could calculate the image position with:
Let me know if it worked.
As for drawing an arc you would have two points, one is newPoint that is calculated above (on circle depending the angle) and point above the center intersecting the circle which is calculated easily: