pub type Mat4<E, Descriptor> = Mat<4, 4, E, Descriptor>;
Type aliases for 4x4 matrix.
pub struct Mat4<E, Descriptor>(/* private fields */);