Transformations - Quaternions🔗
Operators🔗
axis_angle_to_quat: Create a rotation quaternion.
deserialize_quat: Deserialize a serialized quaternion.
quat_compose: Multiply two quaternions.
quat_conjugate: Generate the conjugation of a quaternion.
quat_interpolate: Interpolation of two quaternions.
quat_normalize: Normalize a quaternion.
quat_rotate_point_3d: Perform a rotation by a unit quaternion.
quat_to_hom_mat3d: Convert a quaternion into the corresponding rotation matrix.
serialize_quat: Serialize a quaternion.