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

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

A stack-allocated, 2-dimensional column vector.