Type Definition na::RowVector6

source ·
pub type RowVector6<T> = Matrix<T, Const<1>, Const<6>, ArrayStorage<T, 1, 6>>;
Expand description

A stack-allocated, 6-dimensional row vector.