Type Definition nalgebra_glm::Mat4x3

source ·
pub type Mat4x3 = Matrix4x3<f32>;
Expand description

A 4x3 matrix with f32 components.