Crate nd_triangulation[][src]

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

CellIter

Iterator over cells/facets of a triangulation

Triangulation

Triangulation

Vertex

A vertex which is part of a triangulation

VertexIter

Iterator over vertices beloning to a cell

Enums

TriangulationError

Error Type for Triangulation Errors