Type Definition nalgebra_glm::TMat3x2

source ·
pub type TMat3x2<T> = Matrix3x2<T>;
Expand description

A 3x2 matrix with components of type T.