pub fn vector_rotation<T>(q: Quaternion<T>, v: Vector3<T>) -> Vector3<T> where
    T: Float
Expand description

Rotation of vector (Point Rotation - Frame Fixed)

q v q* (||q|| = 1)