I\'m looking for a .NET implementation which builds Delaunay triangulation from set of points.
I have already tested couple of implementations but they all worked on
If you want to construct the 2D Delaunay triangulation, use Triangle.Net. It is a direct C# port of Shewchuk's famous Triangle program.