Function
testCirclePolygon
(c: Circle, p: Polygon): booleanCheck if a circle and polygon intersect linewise.
param c- The circle.
param p- The polygon.
returns true if the circle and polygon intersect linewise.
since v2000.0
group Math
subgroup Advanced