DelaunayTriangulation.jl icon indicating copy to clipboard operation
DelaunayTriangulation.jl copied to clipboard

Added points which are on the boundary are added to the constrained segments

Open Kevin-Mattheus-Moerman opened this issue 2 months ago • 5 comments

@DanielVandH I am working on a minimal example (only have a clunky one currently), but I've noticed that when one has added interior points that happen to be exactly on a boundary edges, they are then included/dded to the constrained segments provided. This seems to me to be undesirable behaviour. It would be better to exclude both "in" and "on" points from the triangulation.

Kevin-Mattheus-Moerman avatar Apr 24 '24 13:04 Kevin-Mattheus-Moerman