Type Definition rin::math::Vector5 [−][src]
type Vector5<N> = Matrix<N, U5, U1, <DefaultAllocator as Allocator<N, U5, U1>>::Buffer>;
A stack-allocated, 5-dimensional column vector.
type Vector5<N> = Matrix<N, U5, U1, <DefaultAllocator as Allocator<N, U5, U1>>::Buffer>;
A stack-allocated, 5-dimensional column vector.