搜索资源列表
多个凸多面体
- 画凸多面体,看过之后你就懂得如何来实现那一个功能-painting convex polygon, after reading you know how to achieve it a functional
triangle
- 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征: 1、Delaunay三角网是唯一的; 2、三角网的外边界构成了点集P的凸多边形“外壳”; 3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。 4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
Geometry
- 用C++语言实现的各种计算几何算法, 如判断点是否在多边形内, 多边形凸凹性判断, 寻找点集凸包的卷包裹法,求简单多边形的重心,求从多边形外一点出发到该多边形的切线,判断线段是否相交等等! -Using C++ language implementation of a variety of computational geometry algorithms, such as point to determine whether the polygon, the polygon convexity
suc1
- 一个生成凸包的程序,欢迎大家分享,互相交流,彼此提高-Convex hull of a generation procedure, welcome everyone to share, communicate with each other, enhance each other
CQMesh-2
- CQMesh是一个C + +生成任意多边形域的凸四边形网格程序。 CQMesh需要输入一个多边形三角域,然后转换成同一个三角域的凸四边形网格。-CQMesh is a C++ program for generating convex quadrilateral meshes of arbitrary polygonal domains. CQMesh takes as input a triangulation of a polygonal domain, and then converts
3
- 凸包算法的界面化实现,可以计算点集的凸包。-The interface of the convex hull algorithm to achieve, we can calculate the convex hull of point set.
1
- C++编写的凸包运算程序,可以生成平面上点集的凸包。-C++ programs written in the convex hull operation, the plane can generate the convex hull of point set.
AreaClip
- WeilerAthertonAreaClip 凹凸多边形的裁剪,不含内包多边形-WeilerAthertonAreaClip convex polygon clipping, polygon-free within the package
Polygon
- 多边形求并 还有凸包算法,填充颜色和求面积等-Polygons and there are convex hull algorithms, fill color, and for the area, etc.
OPENGLPVC
- 凸多边形图案填充实例程序,用OPENGL实现多边形的区域填充实例-Convex polygon pattern fills examples of procedures, using OPENGL realize polygon area fill instance
convex
- 一个根据点云计算显示凸包的算法,根据左旋定理,角度排序,提出非凸包点的算法 -computer points
ConvexHull
- 凸包示例程序,可以演示凸包效果,对初学者有一定帮助-Convex hull sample program, can demonstrate the effect of the convex hull, there is some help for beginners