plus

operator fun plus(other: DoubleXY): DoubleXY

Adds other by adding this.x to other.x and this.y to other.y and returns the result.

Since

200.0.0

Parameters

other

The second DoubleXY term.