You are not logged in.
Pages: 1
I am trying to find an x y coordinate from a given angle, distance, and starting point.
The Idea would be to find the coordinates for a point along the outside of a circle, from a given angle.
Any simple equations?
Using your given angle (which we can represent as t) and your given distance (we can represent as r),
r * cos(t) = x co-ordinate
r * sin(t) = y co-ordinate.
Then add the corresponding x and y co-ordinates of the two points (starting point and the point you just found).
Offline
Pages: 1