minus

operator fun minus(other: DoubleXY): DoubleXY

Subtracts other by subtracting its other.x from x and other.y from y and returns the result.

Parameters

other

The second DoubleXY term.