Type Definition Mat2
rin::math
type Mat2<T = f32> = Matrix<T, U2, U2, <DefaultAllocator as Allocator<T, U2, U2>>::Buffer>;