voronoi.triangles(data)
Returns the Delaunay triangulation of the specified data array as an array of triangles. Each triangle is a three-element array of elements from data. Equivalent to:
voronoi(data).triangles();
See diagram.triangles for more detail.
Please login to continue.