Type Definition nalgebra::base::RowVector2[][src]

type RowVector2<N> = Matrix<N, U1, U2, Owned<N, U1, U2>>;

A stack-allocated, 2-dimensional row vector.