plus

operator fun plus(other: Coordinate): Coordinate

Adds two coordinates together.

Return

The resulting coordinate.

Parameters

other

The coordinate to add.