You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the input polygon is a donut polygon with one or more holes, such as:
(0,0 4,0 4,4 0,4 0,3 3,3 3,1 1,1 1,3 0,3 0,0)
In actual operation, the following error occurs:
PPPSolver: Warning divide-by-zero!!
I would like to ask, can we consider supporting the skeleton calculation for donut polygons?
The text was updated successfully, but these errors were encountered:
If the input polygon is a donut polygon with one or more holes, such as:
(0,0 4,0 4,4 0,4 0,3 3,3 3,1 1,1 1,3 0,3 0,0)
In actual operation, the following error occurs:
PPPSolver: Warning divide-by-zero!!
I would like to ask, can we consider supporting the skeleton calculation for donut polygons?
The text was updated successfully, but these errors were encountered: