Type Definition nalgebra_glm::TMat3x3

source ·
pub type TMat3x3<N> = Matrix3<N>;
Expand description

A 3x3 matrix with components of type N.