lycantropos / gon

Geometries processing
https://gon.rtfd.io
MIT License
17 stars 0 forks source link

Add symmetric difference support #26

Closed lycantropos closed 4 years ago

lycantropos commented 4 years ago

We need a way to construct symmetric difference of two geometries.

API may be similar to Python's set/frozenset types: ^ for symmetric difference.

Reference.