Type Definition na::RowVector2

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

A stack-allocated, 2-dimensional row vector.