pub type Vector6<T> = Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>;
Expand description

A stack-allocated, 6-dimensional column vector.