pub type Mat3 = [f32; 9];
Expand description

A floating-point 3x3 matrix.

  • The values are placed in column-major order.