pub fn quat_cross_vec<N: Real>(q: &Qua<N>, v: &TVec3<N>) -> TVec3<N>
Expand description

Rotate the vector v by the quaternion q assumed to be normalized.