Open theoldestsc opened 3 years ago
https://godbolt.org/z/v7exo37sP - this is an example of intersection custom polygons with a double data type. https://godbolt.org/z/9n8We6eqb - example with your polygons
You can see that if i change coordinate type to double i can't get any intersections
Coordinate types need to be integral, not float: https://www.boost.org/doc/libs/1_79_0/libs/polygon/doc/gtl_coordinate_concept.htm.
https://godbolt.org/z/v7exo37sP - this is an example of intersection custom polygons with a double data type. https://godbolt.org/z/9n8We6eqb - example with your polygons
You can see that if i change coordinate type to double i can't get any intersections