less0 / nAlpha

A C# implementation of Alpha Shapes
MIT License
3 stars 2 forks source link

defined six hardcoded points in L shape for testing #1

Open jeremytammik opened 5 years ago

jeremytammik commented 5 years ago

i wanted to test this and defined an L shape using six points, hoping to be able to retrieve an L-shaped alpha shape circumference from them. it does not seem to work, regardless of the alpha value i try to use. does this thing work at all? is it able to determine an L shape from six given points?