delaunay_triangulation
- compas.geometry.delaunay_triangulation(points)[source]
Construct a Delaunay triangulation of set of vertices.
- Parameters:
- pointslist
XY(Z) coordinates of the points to triangulate.
- Returns:
- list[list[int]]
The faces of the triangulation.
Examples
>>>