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