jw3126 / ConvexHulls2d.jl

Simple and lightweight convex hull in 2d
MIT License
2 stars 0 forks source link

Worth mentioning Meshes.jl in README #1

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

We support convex hulls there as well, and all sorts of derived numbers given the resulting polygonal chain:

https://juliageometry.github.io/Meshes.jl/stable/algorithms/hulls.html

jw3126 commented 1 year ago

Thanks for the suggestion, I added it to the readme. Feel free to reopen if you have further suggestions.