View source: R/write_fs_volume.R
| m44_to_quaternion | R Documentation |
Compute quaternion representation of a rotation from a 4x4 rotation matrix.
m44_to_quaternion(m)
m |
the input 4x4 matrix encoding the rotation, with homogeneous column [0,0,0,1]. |
numeric vector of length 4, the quaternion representation (qw, qx, qy, qz).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.