Hello i have two points (Vector3) A
and B
. And have a radius r
How can i find a coords of point P
in a circle by angle?
Hello i have two points (Vector3) How can i find a coords of point |
|||||||||
|
Solution for 2D vectors:
For arbitrary 3D vectors A and B in 3D space you need coordinates of at least one more point on the same plane (but not located on the A-B line). |
|||||
|