add method

Point add(
  1. Point otherPoint
)

Returns the result of addition of the current and the given points.

Implementation

external Point add(Point otherPoint);