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