Skip to content

Fix a bug with vtkDelaunay2D.

Joachim Pouderoux requested to merge jpouderoux/vtk:FixDelaunay2DBug into master

In a previous patch, a mechanism was added to check edges once constrained edges were applied. However, in some cases, this check can break some constrained edges. This patch make sure to not perform this edge check for triangle edges which contains a constrained edge.

Merge request reports