You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 reverseMeaningInTurn is fine for all test cases, except issue_869 which has correct areas, but is considered as invalid.
In the traversal_switch_detector.hpp it should not be necessary change behavior for difference.
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: