Andrew Bell

Results 38 comments of Andrew Bell

The issue is that getting decent (and correct) triangulation depends on an appropriate level of precision. I'm not sure that just replacing `double` with `float` will yield decent results and...

> >The issue is that getting decent (and correct) triangulation depends on an appropriate level of precision. > > But if the input data also has reduced precision, do you...

Have you tried: sed/double/float/g to see if you get results that are OK?

Please provide a sample or more detail about the problem you're seeing.

Apparently something (new compiler rev?) has caused warnings that didn't appear before. They don't seem important.

Actually, this is GCC 5, which is quite old and is emitting warnings that it shouldn't. I believe these warnings have been removed in later versions of the compiler.

I'm maintaining a branch [here](https://github.com/abellgithub/delaunator-cpp) that already addresses this. This repo. doesn't seem to be maintained anymore.

Tie has been replaced here: https://github.com/abellgithub/delaunator-cpp

I've integrated this change [here](https://github.com/abellgithub/delaunator-cpp).