|
CGAL 6.3 - dD Triangulations
|
A triangulation is a pure manifold simplicial complex. Its faces are simplices such that two of them either do not intersect or share a common face.
The triangulation classes of CGAL are designed to represent triangulations of a set of points \( A\) in \( \mathbb{R}^d\). It can be viewed as a partition of the convex hull of \( A\) into simplices whose vertices are the points of \( A\).
See the User Manual for more details.
The latter two concepts are also abbreviated respectively as TrVertex and TrFullCell.
Topics | |
| Concepts | |
| Triangulation Classes | |
| Traits Classes | |
| Vertex, Face and Cell Classes | |
Classes | |
| class | CGAL::TDS_full_cell_default_storage_policy |
| A tag class to indicate that no mirror indices are stored in full cells. More... | |
| class | CGAL::TDS_full_cell_mirror_storage_policy |
| A tag class to indicate that mirror indices are stored in full cells. More... | |