bool isCollidingWithPoints(Set<Point> otherPoints) { return _points.any((p) => otherPoints.contains(p)); }