Type Definition nalgebra::base::RowVector6

source ·
pub type RowVector6<N> = RowVectorN<N, U6>;
Expand description

A stack-allocated, 6-dimensional row vector.