Section Navigation
Convert a set of rotations to quaternions.
array
The rotation matrices to convert.
float
Tolerance for the determinant checking that the rotation matrices are valid. The default (1e-3) should be suitable for most cases.
The q1, q2, and q3 (x, y, z) parameters of the corresponding unit quaternions.
See also
quat_to_rot
rot_to_quat()