subtract method

Point subtract(
  1. Point otherPoint
)

Returns the result of subtraction of the given point from the current.

Implementation

external Point subtract(Point otherPoint);