containsPoint method

bool containsPoint(
  1. Point p
)

Implementation

bool containsPoint(Point p) => shapeBoundingBox.containsPoint(p);