Expand description
This library implements a wrapper for the poly2tri C++ implementation of the constrained Delaunay triangulation.
Structs§
- CDT
- The Constrained Delaunay triangulation state
- Polygon
- Basic polygon interface
- Triangle
- A single triangle
- Triangle
Vec - An immutable vector of triangles
Functions§
- triangulate_
points - Triangulates an iterator of points. This is a shortcut for the most common operation.