mirror of https://github.com/CGAL/cgal
so fix example_color.C. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| README | ||
| example_color.C | ||
| example_hierarchy.C | ||
| example_simple.C | ||
| example_tds.C | ||
README
------- example_simple ------------------------------------------------- This example shows the incremental construction of a 3D triangulation, the location of a point, and how to manipulate elementary operations on indices in a cell. It uses the default parameters proposed by CGAL for the Triangulation_3 class. -------------------------------------------------------------- ------- example_color ------------------------------------------------- This example shows how the user can plug his own vertex base in a triangulation. -------------------------------------------------------------- ------- example_hierarchy ------------------------------------------------- This example shows the use of the hierarchy to speed up the construction of a Delaunay triangulation. -------------------------------------------------------------- ------- example_tds ------------------------------------------------- Shows how to construct a 3D triangulation data structure by inserting vertices. --------------------------------------------------------------