cdt2d
cdt2d copied to clipboard
2D constrained Delaunay triangulation
I'm interested in knowing what the neighbors of all triangles are, so that I can graph traverse them. Is this information present, or would this need to be calculated from...
Hi, I am seeing an error in certain cases in mergeHulls. Upon debugging I see the mergeIdx returned by bsearch is -1. Uncaught TypeError: Cannot read property 'upperIds' of undefined...
Holes
Hi I'm interested in using this lib. Can you please complete the example with holes? Is there an api specifying hole paths?