[]Function rusty_engine::prelude::glm::mat3_to_mat2

pub fn mat3_to_mat2<N>(
    m: &Matrix<N, U3, U3, <DefaultAllocator as Allocator<N, U3, U3>>::Buffer>
) -> Matrix<N, U2, U2, <DefaultAllocator as Allocator<N, U2, U2>>::Buffer> where
    N: Scalar

Converts a 3x3 matrix to a 2x2 matrix.