Type Definition nalgebra::base::RowVector2

source ·
pub type RowVector2<N> = RowVectorN<N, U2>;
Expand description

A stack-allocated, 2-dimensional row vector.