Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<TriangleD> Delaunay(IEnumerable<PointD>)

Declaration

public static IEnumerable<TriangleD> Delaunay(
    IEnumerable<PointD> vertices
)

Summary

Constructs a Delaunay triangulation of the vertices.

Remarks

Adapted mainly from https://github.com/Bl4ckb0ne/delaunay-triangulation