quat | R Documentation |
Creates a quaternion, a four-dimensional number that represents 3D rotation well. The values underneath the quaternions are not interpretable for the naive user; however, one can learn how to read these values. See the vignette [TODO: link vignette] for an explanation.
quat(w, x, y, z) axis_angle(axis, angle)
w, x, y, z |
Numeric vectors of the quaternion values. It is rare to need to access these fields. |
axis, angle |
Define a quaternion using axis-angle convention |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.