[]Function rusty_engine::prelude::glm::quat_cast

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

Convert a quaternion to a rotation matrix in homogeneous coordinates.