Type Definition nalgebra_glm::Mat3x4

source ·
pub type Mat3x4 = Matrix3x4<f32>;
Expand description

A 3x4 matrix with f32 components.