pub type Mat3<T> = Matrix<3, T, Aligned>;
A 3x3 column major matrix.
This type may be SIMD-aligned depending on the target architecture.
pub struct Mat3<T>(/* private fields */);