Function nalgebra_glm::mat2[][src]

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

Create a new 2x2 matrix.