Type Definition nalgebra_glm::TMat2x3[][src]

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

A 2x3 matrix with components of type T.