euler_to_rotation | R Documentation |
Get rotation matrix based on provided pitch, roll and yaw angles.
euler_to_rotation(pitch, roll, yaw, order = "xyz", units = "degrees")
pitch, roll, yaw |
euler angles of rotation. |
order |
order of rotation. only currently takes "xyz" |
units |
units for angles: degrees or radians. |
Rotation matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.