Type Definition nyx_space::dimensions::Vector6[][src]

type Vector6<N> = Matrix<N, U6, U1, <DefaultAllocator as Allocator<N, U6, U1>>::Buffer>;
Expand description

A stack-allocated, 6-dimensional column vector.