Andrew Bell

Results 38 comments of Andrew Bell

Fixed in https://github.com/abellgithub/delaunator-cpp

I've integrated these fixes [here,](https://github.com/abellgithub/delaunator-cpp) though my distance caching is a bit different. The keepers of this repo seem to have vanished. I'm going to try to keep mine up...

No. There are fast point-in-triangle algorithms. You can look here: https://github.com/PDAL/PDAL/blob/master/filters/HAGFilter.cpp Though filtering by box containment before doing any multiply/divide would probably be advisable.

I don't want a hero badge either. Just sayin'.

Hi. I have no idea why this got dropped. I must have gotten busy. I'd like to recreate to see if I can fully understand. Do you have a good...

Yes. Much water under the bridge for me too. I haven't even looked at this repo in years. Thanks for the update.

Dealt with in https://github.com/abellgithub/delaunator-cpp

Think of this in 2D and picture a point in the center of a cell. The computation before this code finds the origin of the next cell, both X and...

Dealt with here: https://github.com/abellgithub/delaunator-cpp