Type Definition Vector5
nalgebra::base
type Vector5<N> = VectorN<N, U5>;
A stack-allocated, 5-dimensional column vector.