Function nalgebra_glm::mat2

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

Create a new 2x2 matrix.