DesignEngrLab / MIConvexHull

A .Net fast convex hull library for 2, 3, and higher dimensions.
http://designengrlab.github.io/MIConvexHull/
MIT License
341 stars 60 forks source link

Missing tolerance in API #13

Closed mc0re closed 7 years ago

mc0re commented 7 years ago

While ConvexHull.Create has an overload which accepts tolerance, Triangulation.CreateDelaunay does not. Would be nice to have that.

micampbell commented 7 years ago

This has now been added in version 1.0.17.0911. Thanks for pointing this out.