Type Definition nalgebra_glm::TMat4x3

source ·
pub type TMat4x3<T> = Matrix4x3<T>;
Expand description

A 4x3 matrix with components of type T.