jbuckmccready / CavalierContours

2D polyline library for offsetting, combining, etc.
MIT License
427 stars 79 forks source link

Can you implement `MinkowskiSum`? #42

Open FishOrBear opened 3 years ago

FishOrBear commented 3 years ago

http://www.angusj.com/delphi/clipper/documentation/Docs/Units/ClipperLib/Functions/MinkowskiSum.htm

jbuckmccready commented 3 years ago

Seems like an interesting thing to solve with arcs for performance/fidelity. I don't know when I'll get around to this - and if I do then it will be in the Rust repository (with C FFI) here. But I'm open to pull requests and ideas for how to best implement it.