Skip to content

BUG: Fix normal computation in vtkContourTriangulator.

David Gobbi requested to merge dgobbi/vtk:contour-triangulator-normal into master

Triangulation was failing on some inputs because the code to compute the polygon orientation was wrong. See http://www.vtk.org/Bug/view.php?id=15589

Merge request reports