Type Definition rapier3d::math::Vector[][src]

type Vector<N> = Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer>;

The vector type.