Check if a point is inside this circle (alias for hasPoint)
bool contains(Point point) => hasPoint(point);