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

type Vector2<N> = VectorN<N, U2>;

A stack-allocated, 2-dimensional column vector.