[]Function rusty_engine::prelude::glm::mat3x2

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

Create a new 3x2 matrix.