Type Definition nalgebra::base::Vector5

source ·
pub type Vector5<N> = VectorN<N, U5>;
Expand description

A stack-allocated, 5-dimensional column vector.