Type Definition nalgebra_glm::TMat2x2

source ·
pub type TMat2x2<T> = Matrix2<T>;
Expand description

A 2x2 matrix with components of type T.