Type Definition nalgebra_glm::Mat2x2

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

A 2x2 matrix with f32 components.