contains method

bool contains(
  1. UPoint point
)

Implementation

bool contains(UPoint point) {
  return containsBounds(Bounds(point, point));
}