Type Definition nalgebra_glm::Mat4

source ·
pub type Mat4 = Matrix4<f32>;
Expand description

A 4x4 matrix with f32 components.