Type Definition nalgebra_glm::Mat2

source ·
pub type Mat2 = Matrix2<f32>;
Expand description

A 2x2 matrix with f32 components.