hypertidy / decido

Constrained polygon triangulation by 'ear cutting'
https://hypertidy.github.io/decido
Other
15 stars 3 forks source link

fix some cpp -Wall -pedantic errors #13

Closed mpadge closed 6 years ago

mpadge commented 6 years ago

This doesn't fix #12, but at least starts by cleaning up some compiler warnings. Most of these were from equality comparisons for floating point variables, which have been replaced by fabs (a - b) < tol, where tol has been given an arbitrarily small definition.