Type Definition na::RowVector5

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

A stack-allocated, 5-dimensional row vector.