voronoice icon indicating copy to clipboard operation
voronoice copied to clipboard

Collocated sites (or extremely close) need to be handled as they won't be part of the triangulation

Open andreesteve opened this issue 3 years ago • 0 comments

delaunator may ignore sites extremely close and skip them from the triangulation (https://github.com/mourner/delaunator-rs/issues/18).

This scenario needs to be handled during voronoi construction. Currently it fails with error:

thread 'main' panicked at 'One or more sites is not reacheable in the triangulation mesh. This usually indicate coincident points.', src/lib.rs:163:9

andreesteve avatar Jul 27 '21 06:07 andreesteve