Type Definition nalgebra_glm::Mat4x4[][src]

pub type Mat4x4 = Matrix4<f32>;
Expand description

A 4x4 matrix with f32 components.