Function nalgebra_glm::quat_inv_cross_vec[][src]

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

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