Crate poly2tri

Source
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
TriangleVec
An immutable vector of triangles

Functions§

triangulate_points
Triangulates an iterator of points. This is a shortcut for the most common operation.