[][src]Function nalgebra_glm::mat3_to_mat4

pub fn mat3_to_mat4<N: Number>(m: &TMat3<N>) -> TMat4<N>

Converts a 3x3 matrix to a 4x4 matrix.