mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
* step 1: compute difference(g1, g2)
* step 2: compute difference(g2, g1)
* step 3: return the union of the two differences in previous two steps (as opposed to returning
the concatenation of the previous two steps)