Recent content by GamerVSL
-
G
MHB Calculate third point from 2 points and an angle
I found a method: Cx=cos(θ)⋅(X1−X0)−sin(θ)⋅(Y1−Y0)+X0 Cy=sin(θ)⋅(X1−X0)+cos(θ)⋅(Y1−Y0)+Y1 Is it right?- GamerVSL
- Post #3
- Forum: General Math
-
G
MHB Calculate third point from 2 points and an angle
I'm having a hard time putting together a formula. I have 2 points (x0, y0) and (x1, y1) and an angle (k). Using this information I need to calculate a third point that is k degrees from the previous 2 points. Is it possible to do that? Thank you for your attention.- GamerVSL
- Thread
- Angle Point Points
- Replies: 3
- Forum: General Math