[]Function rusty_engine::prelude::glm::mat2x2

pub fn mat2x2<N>(
    m11: N,
    m12: N,
    m21: N,
    m22: N
) -> Matrix<N, U2, U2, <DefaultAllocator as Allocator<N, U2, U2>>::Buffer> where
    N: Scalar

Create a new 2x2 matrix.