rot_to_euler | R Documentation |
Transforms a rotation matrix (R_X R_Y R_Z) into Euler angles.
rot_to_euler(rotmat)
rotmat |
The rotation matrix. Can be 3x3 or 4x4 (homogeneous coordinates). |
Euler angles in degrees. c(phi,theta,yaw)
#None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.