[][src]Function nalgebra_glm::mat2_to_mat4

pub fn mat2_to_mat4<N: Number>(m: &TMat2<N>) -> TMat4<N>

Converts a 2x2 matrix to a 4x4 matrix.