Type Definition na::RowVector6

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

A stack-allocated, 6-dimensional row vector.