bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
258 stars 28 forks source link

Reference for implemented algorithm #14

Open unc0mm0n opened 4 years ago

unc0mm0n commented 4 years ago

Hi, Was wandering if you have a reference anywhere for the correctness of the alpha-shape algorithm implemented here.

hschoeller commented 1 year ago

Implementation is based on http://wcl.cs.rpi.edu/papers/b11.pdf, for the three dimensional case see https://dl.acm.org/doi/10.1145/174462.156635