1
vote
3answers
476 views
How to convert cartesian coordinates to euler rotations in 3D?
I have a 3D point in cartesian coordinates, how can I get the euler rotation angles of it based on its distance from 0,0,0?
0
votes
6answers
860 views
Euler angles vs. Quaternions - problems caused by the tension between internal storage and presentation to the user?
Quaternions are arguably an appropriate choice for representing object rotations internally. They are simple and efficient to interpolate and represent a single orientation unambiguously.
However, …
