-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
N-dimensional input? #13
Comments
Apologies for the delay @sprungj Yes the readme is wrong here - points in main must be 2 dimensional. In principal 3D + should work if the functions are updated if I recall correctly, in fact 3D was working in the dev branch https://github.com/harveydevereux/AlphaShapes.jl/tree/dev I need to merge some optimisations that change the API as well into a new release. I shall address this soon, along with that, and perhaps include 3d and see if Nd will work. |
@sprungj thanks for flagging, readme is updated. Will also see if N-D can be achieved for a 0.4.0 release, should be as MiniQhull.jl does
|
Thanks for the update -- looking forward to 0.4.0! |
Readme says input array can be D-dimensional points, but
AlphaShape
function seems to enforce 2 dimensions:Unless I am misreading?
The text was updated successfully, but these errors were encountered: