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