A method which checks if a certain point is in the Area
point
@override bool pointInArea(Point point) => (m.distanceTo(point) < _r);