minus

operator fun Point.minus(p: Point): Point

Subtracts this and the given Point.

Parameters

p

the other point.