public operator-=(vect as Vector<NUMBER>) as Void:
Translates this point in place in the opposite direction.
vect
p = Point<Double>(4.0, 6.0) p -= Vector<Double>(1.0, 2.0)