A Delaunay triangulation utility. See Delaunay.triangulate.

Static methods

statictriangulate(points:Array<Point>):Array<DelaunayTriangle>

Performs a Delaunay triangulation on a given set of Points and returns a list of calculated triangles. See here for more information: https://en.wikipedia.org/wiki/Delaunay_triangulation