-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove degenerate polygons after canonicalization
see #60 If a polygon had two verices very close together, these may become truly identical vertices after canonicalization. fiTJunctions choked on this. Fix: canonicalization removes identical vertices from polygons. fixTJunctionsdoes implicit canonicalization so the problem cannot occur anymore.
- Loading branch information
Showing
1 changed file
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters