Clipper2 SimplifyPath do the thing of simplifyPolygon and cleanPolygon in Clipper1? #786
pigLoveRabbit520
started this conversation in
General
Replies: 1 comment 1 reply
-
I've checked the implementation in C++ code. It's not the same. The SimplifyPath in clipper2 seems to just perform simplification of the polygon using some threshold. The one in the old clipper library is also doing some cleanup work. The C++ implementation is
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Clipper1 Java code:
It seems I can do the same thing via
??
Beta Was this translation helpful? Give feedback.
All reactions