Duncan Child

Results 3 comments of Duncan Child

There are algorithms to compute the convex hull of a set of points.

Good point. It has been over a decade since I worked on that and I don't recall the details. I do remember that you can speed things up a lot...

Does this help? https://medium.com/@agafonkin/a-dive-into-spatial-search-algorithms-ebd0c5e39d2a He builds the convex hull first and then adjusts it. On Thu, Jan 5, 2017 at 2:18 PM, Evan Bianco wrote: > @mycarta , yes I...