Function nalgebra_glm::mat3_to_mat2[][src]

pub fn mat3_to_mat2<T: Scalar>(m: &TMat3<T>) -> TMat2<T>

Converts a 3x3 matrix to a 2x2 matrix.