tonystone / geofeatures2

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

Implement `func distance(other: Geometry) -> Distance`. #183

Open tonystone opened 6 years ago

tonystone commented 6 years ago

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

    public func distance(other: Geometry) -> Distance