Type Definition nalgebra_glm::TMat2x3

source ·
pub type TMat2x3<T> = Matrix2x3<T>;
Expand description

A 2x3 matrix with components of type T.