Commit graph

7 commits

Author SHA1 Message Date
Mikko Mononen
1952b91b46 Fix for #23
- rewrote tessMeshMergeConvexFaces() to avoid infinite loops
2018-04-16 11:37:37 +03:00
Mikko Mononen
3dd704522f
Merge pull request #19 from 1ec5/patch-1
Fixes for static analyzer warnings
2018-04-16 10:10:38 +03:00
37d6fb0955 Fixed dead store analyzer warnings
Removed redundant assignments to local variables that were flagged by Xcode’s static analyzer as dead stores.
2015-05-06 12:11:20 -07:00
Marius Kintel
c655ececd5 #7 Better conform to C89 2015-01-13 21:37:38 -05:00
Marius Kintel
59b61f2c13 Delaunay cleanup: Added bucket allocator, more robust trigonometry, coding style 2015-01-13 12:12:01 -05:00
Marius Kintel
50dc8f0566 Initial implementation of Constrained Delaunay Refinement 2015-01-13 02:06:25 -05:00
Mikko Mononen
0c9863f03c Initial commit 2013-09-10 23:45:12 +02:00