-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference of gpolygons giving wrong result #1349
Comments
Thanks for the report. I can reproduce it.
|
Detailed note (mainly for myself). It's caused by the fix of #869 , a condition for difference added by me in 2021. I have to revise that part of the code. Skipping the In the |
PR fixing this issue is published |
I have two polygons, p1 (orange) and p2 (blue) as in figure.
The difference of p1 and p2 returns a (wrong) empty result.
This can be replicated in the following godbolt link:
https://godbolt.org/z/GT7aWaWzW
The text was updated successfully, but these errors were encountered: