Original Post
Give a 3x3 rotation matrix that was created using a concatentation order
of R=X*Y*Z, how do you extract the rotation angles (x,y,z)?
I''ve read you should convert the matrix to a quaternion first, but the
explanation didn''t include any code. Anyone have some code handy to do
this?