Function nalgebra_glm::mat4_to_mat2[][src]

pub fn mat4_to_mat2<N: Scalar>(m: &TMat4<N>) -> TMat2<N>

Converts a 4x4 matrix to a 2x2 matrix.