[][src]Function nalgebra_glm::mat2

pub fn mat2<N: Scalar>(m11: N, m12: N, m21: N, m22: N) -> TMat2<N>

Create a new 2x2 matrix.