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
There is a C# implementation which could help you to generate Voronoy diagram as well as Delaunay triangulation: http://www.codeproject.com/Articles/11275/Fortune-s-Voronoi-algorithm-implemented-in-C