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

type Vector2<T> = Matrix<T, U2, U1, ArrayStorage<T, 2, 1>>;

A stack-allocated, 2-dimensional column vector.