Type Definition nalgebra::base::RowVector2 [−][src]
pub type RowVector2<T> = Matrix<T, U1, U2, ArrayStorage<T, 1, 2>>;
Expand description
A stack-allocated, 2-dimensional row vector.
pub type RowVector2<T> = Matrix<T, U1, U2, ArrayStorage<T, 1, 2>>;
A stack-allocated, 2-dimensional row vector.