cdt icon indicating copy to clipboard operation
cdt copied to clipboard

Locate which triangle a point is in

Open HugoGranstrom opened this issue 2 years ago • 24 comments

I have interests in using Delaunay Triangulation for interpolation, but I can't seem to find any functions suitable for that. locatePoint was the one I found, but it just returns the nearest edge (2 out of 3 points). Am I just blind or is this still not implemented? And in such case, how hard would it be to add? 😄

HugoGranstrom avatar Sep 13 '21 11:09 HugoGranstrom