circle_intersect#
- PolygonData.circle_intersect(center, radius)#
Determine whether the circle intersects with a polygon.
- Parameters:
- centerPoint2DLike
Center.
- radius
float
Radius.
- Returns:
- bool
True
if the circle intersects with a polygon,False
otherwise.