Recent content by GamerVSL

  1. 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?
  2. 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.
Back
Top