(learnerND) no more (almost) flat simplices in the triangulation
Compare changes
+ 21
− 5
@@ -409,8 +409,10 @@ class Triangulation:
@@ -510,13 +512,27 @@ class Triangulation:
fix bug that tiny volume simplices may occur on the surface of the convex hull of a triangulation.
This change will make sure that all simplices which are (almost) flat are never added. This is needed for some notebook I wrote
Closes #111 (closed)