public operator+=(vect as Vector<NUMBER>) as Void:
Translates this point in place.
vect
p = Point<Double>(1.0, 2.0) p += Vector<Double>(3.0, 4.0)