1
vote
1answer
85 views

Find parametric expression of an arc given its start point, end point and central angle in 3D cartesian coordinate system

In a 3D cartesian coordinate system, the coordinates of start point and end point have been given as $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$. If the central angle of the two points (the one smaller ...
3
votes
1answer
516 views

How to find an end point of an arc given another end point, radius, and arc direction?

Given an arbitrary arc, where you know the following values: end point (x1,y1), radius (r) and arc direction (e.g. clockwise or counterclockwise from start to end), how can I calculate the other ...
0
votes
1answer
226 views

Find the coordinates of a point on a circle given 2 points and an angle

I have a circle with A as a center, B and C 2 points on the circle. I have the coordinates of A (the center) and B (the point on the circle). How can I find the coordinates of C (another point on the ...
2
votes
1answer
192 views

Finding points relating to the edge of a circle in an x,y coordinate system

My question is a bit hard for me to express, so please bear with me. I never got far in trig, and haven't done much on the subject in years; trying to get back into it as it's a pretty major part of ...