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