klyn.math.geometry.Point.operator-=
method
public operator-=(vect as Vector<NUMBER>) as Void:
Description

Translates this point in place in the opposite direction.

Parameters
ParameterDescription
vectDisplacement removed from this point.
Example
p = Point<Double>(4.0, 6.0)
p -= Vector<Double>(1.0, 2.0)