panosz / alpha_shapes

A Python library for working with alpha shapes
MIT License
45 stars 9 forks source link

Issue#3 missing points #5

Closed panosz closed 1 year ago

panosz commented 1 year ago

This pr closes #3.

It is standard behavior for input points to be missing from the triangulation. See for example the qhull documentation related to the "QJ" option, which is also mentioned in the documentation for scipy.triangulation.

Added a related test class and an example that documents this.

panosz commented 1 year ago

closes #3