cdt2d icon indicating copy to clipboard operation
cdt2d copied to clipboard

2D constrained Delaunay triangulation

Results 4 cdt2d issues
Sort by recently updated
recently updated
newest added

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...

Hi I'm interested in using this lib. Can you please complete the example with holes? Is there an api specifying hole paths?