plus

operator fun plus(other: Coordinate3D): Coordinate3D

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