搜索资源列表
exportDllNestPolygon
- 本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。-the dll file to achieve a point, line, line, polygon category, completed the polygons of some commonly used methods : for the area to determine whether it is simple polygon, a
多边形填充程序
- 这是计算机图象学中多边形填充程序,可以按照随机在文挡中点击鼠标自动会画出多边形并动态的进行填充-This is the computer graphics were filled polygon procedures, according to random text block automatically click of a mouse which will draw polygons and dynamic for filling
Thepackingofthepolygon
- 多边形的填充,在VB平台上开发,属于图形学内容,实现画多边形并进行填充-polygon filling, in VB platform development, graphics content belongs to achieve paintings and filled polygon
AreaFill
- 区域填充算法的实现。利用OpenGL编程绘制多边形并填充之。
多边形集合运算
- 多边形集合运--参考双边裁剪算法求两个实际的相交的多边形的并、交、差运算,小学期的课程设计,附设计文档-polygon Set Win -- reference bilateral cutting algorithm for two actual intersection of polygons, intersection, difference operator, primary phase of the curriculum design, the design documents atta
确定两个任意简单多边形交_并_差的算法
- 确定两个任意简单多边形交_并_差的算法
polygon_merge.rar
- 多边形的合并算法,该算法能够实现任意两个多边形(包括凹多边形)的合并., The polygon merge algorithm, this algorithm can realize wilfully two polygons (including concave polygon) merge
tianchong
- 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
2d_Graphic_System
- vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
VectOrizatiO
- 本文通过分析遥感分类图栅格像元之间的关系,快速自动地提取矢量数据点及其连接信息, 进而利用连接信息快速生成弧段,由弧段自动组建多边形并建立完整的拓扑关系。实验表明,该方法是一种由遥 感分类图自动转换成GIS通用数据的高效方案。 关键-In this paper, through the analysis of remote sensing classification raster pixel map the relationship between the Express auto
DrawLine
- 输入多边形的各个顶点(凸多边形)绘出多边形并填充多边形-Importation of all polygon vertices (convex polygon) is drawn and filled polygon polygon
TrianglePro
- 输入n个点 判断是否能形成凸多边形 并给出三角划分-Enter the n points to determine whether to form a convex polygon and give triangulation
PolyBool
- 多边形布尔运算,多边形的交、并、差、异或等运算-polygon bool operation
OH_Degrafa
- 画矢量图形,并能做简单的变形:如拖拽,旋转,放大缩小等。-Drawing vector graphics, and can do a simple deformation: such as drag and drop, rotate, zoom and so on.
Minimum_PointSet
- 一个用于生成多边形最小凸包的简单程序,基本功能就是用鼠标随意画一个多边形,然后计算并生成多边形最小凸包。很难得-Minimum convex polygon of a package used to generate a simple procedure, the basic function is free to draw a polygon with the mouse, and then calculates and generates the smallest convex polygo
CutOut
- 用矩形区域裁剪多边形并在把裁剪内外的图形用颜色标识-Cut with a rectangular area outside the polygon and the cut identification with color graphics
clipper
- 从代码仓库中下载的最新的用于二维任意复杂多边形裁剪代码,该代码使用Bala Vatti的多边形裁剪算法,并做了多种扩展和改进,提供多个版本(Delphi Pascal C++ C# )的源码和测试程序和简明的帮组文档,方便用户使用。 sandbox tags trunk-The Clipper Library is based on but significantly extends Bala Vatti s polygon clipping algorithm as describ
jisuanjituxingxue
- 计算机图形学编程,画线、画点、画圆、画多边形并对其进行填充。-Computer graphics program, draw lines, draw point, circle, polygon drawing and filling them.
带孔洞的多边形求交集算法
- 带孔洞的多边形求交集算法 求取带孔洞多边形的交集是实际应用中经常会遇到的问题。本文在原有的对实心多边形的求交算法上,提出了能够处理带有孔洞的多边形的复杂情况,通过每次只处理两个多边形的交、并、差集运算代替了对大量多边形的同时处理,降低了运算的复杂度。(Algorithm for intersection of polygons with holes)
PolygonCentroidAndCenterAndCircle
- Windows窗体实现绘制多边形并实现计算多边形质心及中心,计算多边形最小外接圆的功能(Windows form to achieve polygon drawing and calculating the polygon centroid and center calculation of minimum circumscribed circle function)