[]Function rusty_engine::prelude::glm::mat3_to_quat

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

Converts a rotation matrix to a quaternion.