Type Definition rin::math::VectorN [−][src]
type VectorN<N, D> = Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>;
A statically sized D-dimensional column vector.
type VectorN<N, D> = Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>;
A statically sized D-dimensional column vector.