pub type Matrix2 = Mat2;
The 2x2 matrix type used by Avian.
pub struct Matrix2(/* private fields */);