Is there replacement for ClipperLib::SimplifyPolygons of the old clipper library #785
Replies: 1 comment
-
Actually someone just opens an issue #783 to as similar question. I'll close this discussion and followup in the opened issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the SimplifyPolygons function from old clipper library. It seems that it's using StrictlySimple flag and perform a union operation on the input. However, I can't find similar function or implementation in Clipper2.
@AngusJohnson , is it left out in clipper2 on purpose?
Beta Was this translation helpful? Give feedback.
All reactions