Type Definition nalgebra_glm::Mat4x2

source ·
pub type Mat4x2 = Matrix4x2<f32>;
Expand description

A 4x2 matrix with f32 components.