-
Beta Was this translation helpful? Give feedback.
Answered by
lryan599
Mar 30, 2024
Replies: 2 comments
-
There are some free functions for validating a polygon (or a polygon with hole) in "CGAL/Boolean_set_operations_2/Gps_polygon_validation.h". Perhaps you can refer to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaelRL
-
Thank you. I'll try @lryan599 |
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
There are some free functions for validating a polygon (or a polygon with hole) in "CGAL/Boolean_set_operations_2/Gps_polygon_validation.h". Perhaps you can refer to it.
Also see https://stackoverflow.com/questions/64468143 and user manual "2D Regularized Boolean Set-Operations" chapter for more detailed information.