Function quaternion_core::to_rotation_vector
source · [−]pub fn to_rotation_vector<T>(q: Quaternion<T>) -> Vector3<T> where
T: Float,
Expand description
Convert Versor to rotation vector.
The rotation vector itself represents the axis of rotation, and the norm represents the angle of rotation around the axis.
angle
range is: (0, 2π)