Skip to content
  • Joachim Pouderoux's avatar
    Fix a bug with vtkDelaunay2D. · 55f16689
    Joachim Pouderoux authored
    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.
    55f16689