euler_angles | R Documentation |
Extract euler angles from a quaternion. These follow Unity's conventions of yaw around Y, pitch around X, and roll around Z. They are applied in order of roll-pitch-yaw.
yaw(q) pitch(q) roll(q)
q |
Quaternions to extract angles from |
Angle in radians
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.