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