georust / geo

Rust geospatial primitives & algorithms
https://crates.io/crates/geo
Other
1.58k stars 198 forks source link

feat: make `FrechetDistance` generic over Metric Spaces #1274

Open grevgeny opened 2 days ago

grevgeny commented 2 days ago

Part of https://github.com/georust/geo/issues/1181

grevgeny commented 2 days ago

@michaelkirk What do you think about the following approach to FrechetDistance with new metric space setup for lines?