Efficient Delaunay triangulation

后端 未结 5 1587
悲&欢浪女
悲&欢浪女 2020-12-24 06:29

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

5条回答
  •  悲&欢浪女
    2020-12-24 07:10

    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

提交回复
热议问题