Type Definition nalgebra_glm::Mat2x3

source ·
pub type Mat2x3 = Matrix2x3<f32>;
Expand description

A 2x3 matrix with f32 components.