[]Function rusty_engine::prelude::glm::quat_to_mat3

pub fn quat_to_mat3<N>(
    x: &Quaternion<N>
) -> Matrix<N, U3, U3, <DefaultAllocator as Allocator<N, U3, U3>>::Buffer> where
    N: RealField

Converts a quaternion to a rotation matrix.