[][src]Function nalgebra_glm::mat2x2

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

Create a new 2x2 matrix.