plus

operator fun plus(other: Coordinate2D): Coordinate2D

Returns the sum of the current coordinate and a given coordinate, which is achieved by element-wise addition

Return

the sum of the current coordinate and a given coordinate