MauriceHubain

Results 3 issues of MauriceHubain

Depending on if we set BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE, either difference or intersection fail for some of our test scenarios. The test case for difference: MULTIPOLYGON(((-2.0 -1.5, 2.0 -1.5, 2.0 1.5, -2.0 1.5)))...

bug

This is a follow up ticket for https://github.com/boostorg/geometry/issues/1288. Adapting your test code from that ticket with a new data set, we get wrong results for double and long double precision:...

bug

Difference does not work properly with double precision for some corner cases: output1 = input0 - input1 output2 = output1 - input2 expected behavior and result with float precision: output1...