georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.53k stars 198 forks source link

Implement ChaikinSmoothing for Geometry #1116

Closed wtchen closed 10 months ago

wtchen commented 10 months ago

Supports calling chaikin_smoothing on Geometry. If the variant has a ChaikinSmoothing implementation, call the method. Otherwise, just clone the geometry.

frewsxcv commented 10 months ago

@wtchen Thank you! Can you add an entry to CHANGES.md? And address the linting errors in CI

wtchen commented 10 months ago

Done, I fixed linting errors and added an entry to CHANGES.md. Can you review again @frewsxcv? 🙂