Type Definition slender_math::mat3

source ·
pub type mat3 = Matrix2x3;
Expand description

Column-major 2x3 matrix, indexed as [row, column]