artem-ogre / CDT

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

Is it true that all triangles have same direction? #129

Closed Hotege closed 1 year ago

Hotege commented 1 year ago

I've tried CDT library and I notice that all triangles have same direction in my example. capture (All triangles are clockwise in this coordinate system in the picture) But I don't know whether CDT can ensure that or not. I didn't find any illustration about it.

Islam0mar commented 1 year ago

see https://github.com/artem-ogre/CDT#algorithm Post-conditions:.

Hotege commented 1 year ago

see https://github.com/artem-ogre/CDT#algorithm Post-conditions:.

My bad. I just read the comment in the source codes.