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

Rotates a vector by a quaternion assumed to be normalized.