Type Definition nalgebra_glm::Mat3x2

source ·
pub type Mat3x2 = Matrix3x2<f32>;
Expand description

A 3x2 matrix with f32 components.