搜索资源列表
TrianPPS
- 计算平面点集的delaunay三角剖分。使用dcel数据结构。右键点击可以实现平面的直线穿刺。-Calculate the delaunay triangulation of planar point set
trapezoidalmap
- 平面点集的delaunay三角剖分。为了验证delaunay三角剖分的正确性,系统提供了“圆测试”的功能,供用户对生成的三角形进行测试验证;为了验证dcel数据结构的正确性,系统提供了“dcel测试”的功能,用户输入任意一条测试线,系统将先后显示出测试线贯穿过的三角形;为了形象显示三角剖分的分治过程,系统提供了动态显示分治剖分过程。 -Planar point set delaunay triangulation. In order to verify the correctness of De
delaunay算法
- 利用随机增量法与dcel数据结构完成delaunay算法(C#),程序内附大量注释,能够帮助完成对数据结构及delaunay算法的了解。(Fast generation of delaunay triangulation)