How do I calculate pitch, or, and roll angles for a point in the 3D space?
I am working on a game where the player's character should turn to an object that is flying around.
Or, use atan2 () of the x and y coordinates. For pitch, use X-Y magnitude and Z coordination. There is no roll in the number.
Comments
Post a Comment