搜索资源列表
-
1下载:
此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
-
-
0下载:
这是一个用vc实现的对多边形进行三角剖分的程序。里面的数据结构设计的比较好。可以作为参考。-This is a realization of the use vc right polygon triangulation process. Inside the data structure designed better. Can be used as reference.
-
-
0下载:
凸多边形的最优三角剖分的vc++实现。输入:逆时针输入凸多边形P的顶点序列p1,p2…pn.
输出:P的三角剖分序列p1p2pi,p2pipj,…,plpn-1pn及三角剖分后的最优权值之和
-Optimal convex polygon triangulation of vc++ to achieve.
-
-
0下载:
实现多边形的凸包运算,且能顺利进行多边形三角划分,还有各种其他多边形计算几何之间的处理-Operation to achieve the convex hull of polygons, and can smooth the polygon triangulation, computational geometry and various other polygon processing between
-
-
0下载:
多边形三角形剖分 图形处理 C实现
多边形三角形剖分 图形处理 C实现-Polygon triangulation polygon graphics to achieve triangulation C C implementation of graphics
-