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