Type Definition nalgebra_glm::TMat3x4

source ·
pub type TMat3x4<T> = Matrix3x4<T>;
Expand description

A 3x4 matrix with components of type T.