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
Is there an easy way to detect if one of the polygons returned by the clipper in DIFFERENCE mode is a hole? Used to a convention from another clipper library where holes are clockwise and non-holes are counter-clockwise, but that doesn't seem to be the case here.
I'll have to add hole detection externally if that's not something provided by this library.
The text was updated successfully, but these errors were encountered:
Is there an easy way to detect if one of the polygons returned by the clipper in DIFFERENCE mode is a hole? Used to a convention from another clipper library where holes are clockwise and non-holes are counter-clockwise, but that doesn't seem to be the case here.
I'll have to add hole detection externally if that's not something provided by this library.
The text was updated successfully, but these errors were encountered: