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

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