Categories
2D Delaunay Triangulation Examples in C++

Accessing Triangulation Elements and Drawing PDF or Postscript – Example2

In this article, we will achieve two main objectives: first, we’ll explore how to access the elements within a triangulation, and second, we’ll demonstrate how to draw them in Postscript- or PDF format. This visualization is crucial as it enables you to visualize your source code’s outcomes. Preparing a triangulation Let’s start by preparing and…Continue readingAccessing Triangulation Elements and Drawing PDF or Postscript – Example2