Skip to content

Correct substitution for StrictlySimple from Clipper1 #569

Closed Answered by AngusJohnson
olologin asked this question in Q&A
Discussion options

You must be logged in to vote

In Clipper1, the SimplifyPolygons function performed a Union operation and also calls DoSimplePolygons. This latter function checked polygons for non-adjacent matching vertices. These are likely to be places where polygons can be separated into two polygons (see here). Due to changes in Clipper2, I believe the need for this has been substantionally reduced, though I doubt is has been entirely eliminated. So far, I haven't seen the need to reimplement this functionality.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@olologin
Comment options

Answer selected by olologin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #567 on July 02, 2023 01:32.