Type Definition nalgebra_glm::TMat3

source ·
pub type TMat3<T> = Matrix3<T>;
Expand description

A 3x3 matrix with components of type T.