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

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

The vector type.