ConcaveHull.jl
ConcaveHull.jl copied to clipboard
Julia package for calculating 2D concave/convex hulls
To achieve a "wrapping around" of vertices in `in_hull`, the vertices of the hull were previously copied and the first vertex pushed to the resulting vector. This is unnecessary work...
This is a very useful package and I am glad it exists! However, I am running into an issue that prevents me from using it on my current problem. I...
The current package version in the Julia registry is 1.1. could it be updated with the new 1.2 version? Cheers