[][src]Function nalgebra_glm::mat2_to_mat3

pub fn mat2_to_mat3<N: Number>(m: &TMat2<N>) -> TMat3<N>

Converts a 2x2 matrix to a 3x3 matrix.