Returns the triangles of the Delaunay's triangulation

C# | Visual Basic | Visual C++ |
public List<Triangle2D<float>> GetDelaunayTriangles()
Public Function GetDelaunayTriangles As List(Of Triangle2D(Of Single))
public: List<Triangle2D<float>^>^ GetDelaunayTriangles()

The result of the current triangulation

The vertices of the triangles all belongs to the inserted points