[]Function rusty_engine::prelude::glm::quat_rotate_vec3

pub fn quat_rotate_vec3<N>(
    q: &Quaternion<N>,
    v: &Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer>
) -> Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer> where
    N: RealField

Rotates a vector by a quaternion assumed to be normalized.