tonystone / geofeatures2

A lightweight, high performance geometry library in Swift.
Apache License 2.0
19 stars 4 forks source link

Implement `func union(_ other: Geometry) -> Geometry`. #186

Open tonystone opened 6 years ago

tonystone commented 6 years ago

Add to protocol Geometry and all implementing types with the syntax:

   func union(_ other: Geometry) -> Geometry