artem-ogre / CDT

Constrained Delaunay Triangulation (C++)
https://artem-ogre.github.io/CDT/
Mozilla Public License 2.0
1.08k stars 136 forks source link

86 avoid stack overflow #102

Closed artem-ogre closed 2 years ago

artem-ogre commented 2 years ago

Converted code for inserting/conforming-to edges from recursion to iteration to avoid stack overflow situations.