Categories
2D Delaunay Triangulation Examples in C++

Zones: Polygonal Areas in a Triangulation (4)

If you want to triangulate a polygon or define a polygonal area in a triangulation, you’re in the right place. A Zone2 represents a region within a triangulation, and it can be defined directly or as the result of combining other zones through Boolean operations. Here’s a list of possible Zone2 types categorized by their…Continue readingZones: Polygonal Areas in a Triangulation (4)