Expand description
nd-triangulation provides an interface to the dD-Triangulation Library of CGAL. It allows to create Triangulations of points in arbitrary dimensions and to traverse the whole triangulation or just its convex hull.
The main entry point to the crate is the Triangulation
struct.
Structs§
- Cell
- Representation of a specific cell of a triangulation
- Cell
Iter - Iterator over cells/facets of a triangulation
- Triangulation
- Triangulation
- Vertex
- A vertex which is part of a triangulation
- Vertex
Iter - Iterator over vertices beloning to a cell
Enums§
- Triangulation
Error - Error Type for Triangulation Errors