contains method

bool contains(
  1. Point otherPoint
)

Returns true if both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).

Implementation

external bool contains(Point otherPoint);