tonystone / geofeatures2

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

Implement `func locate(along: Double) -> Geometry`. #180

Open tonystone opened 6 years ago

tonystone commented 6 years ago

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

    ///
    /// - Returns: A derived geometry collection value that matches the specified m coordinate value.
    ///
    func locate(along: Double) -> Geometry