Type Definition nalgebra_glm::Mat3x3

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

A 3x3 matrix with f32 components.