Type Definition Vector2
nalgebra::base
type Vector2<N> = VectorN<N, U2>;
A stack-allocated, 2-dimensional column vector.