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