issues
search
artem-ogre
/
CDT
Constrained Delaunay Triangulation (C++)
https://artem-ogre.github.io/CDT/
Mozilla Public License 2.0
1.07k
stars
133
forks
source link
#100 Fix bug in predicates
#101
Closed
artem-ogre
closed
2 years ago
artem-ogre
commented
2 years ago
Splitter constant was wrong. Must be double:2^27+1, float: 2^13+1
Always prefer FMA to Dekker product when c++11 is available