Skip to content

Improved vtkPolygon triangulation methods.

There was an issue triangulating polygons with near-convex edges which produced poor triangulations. Extended the EarCutTriangulation to take different measures for evaluating the order in which to remove triangles. Cleaned up vtkPolygon by creating anonymous namespace and removing the unused Normal[3] data member.

Merge request reports