Is there a way to determine the next point on an arc given the radius coordinate, initial point on the arc, and angle of change between the initial and next points?
For example, let's say our initial point is at (1117, 453), the radius coordinates are (720, 853), and there is a 3.6 degree change in angle between the next point and the initial point.
What would be the coordinates of the next point on the arc?
I have calculated the radius using the formula provided formula for finding the distance between two points. The radius I obtained is approximately 563.
I am looking for a formula to determine the next point on the arc with a 3.6 degree change in the clockwise direction.