is_inside#
- PolygonData.is_inside(point)#
Determine whether the point is inside the polygon.
- Parameters:
- pointPoint2DLike
- Returns:
- bool
True
if the point is inside the polygon,False
otherwise.
Determine whether the point is inside the polygon.
True
if the point is inside the polygon, False
otherwise.