Returns the triangles of the Delaunay's triangulation

C# | Visual Basic | Visual C++ |
public Triangle2DF[] GetDelaunayTriangles()
Public Function GetDelaunayTriangles As Triangle2DF()
public: array<Triangle2DF>^ GetDelaunayTriangles()

The result of the current triangulation

The vertices of the triangles all belongs to the inserted points