[][src]Function nalgebra_glm::mat3_to_mat2

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

Converts a 3x3 matrix to a 2x2 matrix.