pointAdd

abstract suspend fun pointAdd(point1: MTPoint, point2: MTPoint): MTPoint

Adds the coordinates of one point to another.

Return

A new MTPoint with the added coordinates.

Parameters

point1

The first point.

point2

The second point to add to the first.