Boolean operations (union operations) do not satisfy the commutative law
I found boolean operations (union operations) do not satisfy the commutative law,
Polyline
Polyline
auto combineResult1 = cavc::combinePolylines(p1, p2, PlineCombineMode::Union); auto combineResult2 = cavc::combinePolylines(p2, p1, PlineCombineMode::Union);
The results are different, one is good and the other is empty.
I know you have stopped maintaining the c++ version, but do you have any good suggestions, I need it to work normally. Thanks.
https://github.com/jbuckmccready/CavalierContours/issues/41
https://github.com/jbuckmccready/cavalier_contours
Use the C FFI from C++ (or whatever language you're using if not Rust).