tonystone / geofeatures2

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

Implement `func buffer(distance: Distance) -> Geometry`. #184

Open tonystone opened 6 years ago

tonystone commented 6 years ago

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

   func buffer(distance: Distance) -> Geometry