pub type Matrix2 = Mat2;
A 2x2 column major matrix.
SIMD vector types are used for storage on supported platforms.
This type is 16 byte aligned.
pub struct Matrix2(/* private fields */);