Type Definition na::RowVector2

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

A stack-allocated, 2-dimensional row vector.