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

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