I have a circle with an arc beginning at point (x,y). The radius is r, the arc angle(w/ respect to center) is theta. How do I calculate the end point of the arc (a,b) ?
I know that the arclength=radius*(arc angle)
I can't seem to find an easy way to solve this, I think the way to go is with parametric equations but I'm not sure.
