Type Definition nalgebra_glm::Mat2x4[][src]

pub type Mat2x4 = Matrix2x4<f32>;
Expand description

A 2x4 matrix with f32 components.