public operator+(vect as Vector<NUMBER>) as Point<NUMBER>:
Returns a translated point.
vect
A new point translated by vect.
p = Point<Double>(1.0, 2.0) + Vector<Double>(3.0, 4.0)