Type Definition nalgebra_glm::Mat3

source ·
pub type Mat3 = Matrix3<f32>;
Expand description

A 3x3 matrix with f32 components.