Type Definition nalgebra::base::Vector6

source ·
pub type Vector6<N> = VectorN<N, U6>;
Expand description

A stack-allocated, 6-dimensional column vector.