搜索资源列表
多边形裁剪算法
- 最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
多边形裁剪程序
- 这是图形学中的多边形裁剪程序,可以在文档中画出一个区域,在用鼠标点击画出多边形的几个顶点,这时多边形就会按照原来画出的区域进行裁剪-this is the polygon graphics cutting procedures, the documents paint a regional, using mouse clicks draw polygons several vertex, then according to the or
多边形裁剪
- 用C语言编的多边形裁剪源代码-Code of Clipping Polygons using C language
多边形裁剪
计算机图形学—多边形的裁剪算法。
一种任意多边形裁剪快速算法
- 提出一种用VC ++语言实现的多边形裁剪快速算法。与以往的算法相比,算法中不仅多边形可以是任意的,而且在求 交、并和差的过程中用符号判断代替耗时的乘法运算,采用预处理方法等技术来减少程序的遍历次数,从而加快了计算速度。算法 中用MFC的CObL ist类和CArray类的对象来动态存储数据,大大节约了内存开销,是一种高效的算法。另外,算法编制的软件,已 得到了有效的应用。
多边形裁剪算法
- 最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
clip
- 实现多边形裁剪的算法-achieve polygon clipping algorithm
多边形裁剪
- 用C语言编的多边形裁剪源代码-Code of Clipping Polygons using C language
多边形集合运算
- 多边形集合运--参考双边裁剪算法求两个实际的相交的多边形的并、交、差运算,小学期的课程设计,附设计文档-polygon Set Win-- reference bilateral cutting algorithm for two actual intersection of polygons, intersection, difference operator, primary phase of the curriculum desi
Mutil_cut
- 图形学多边形裁剪算法vc实现-graphics polygon clipping algorithm to achieve vc
PolygonCut
- 多边形裁剪算法程序,计算机图形学的作业,VC编写-polygon clipping algorithm, computer graphics operations, the preparation of VC
字符裁剪
- 这是图形学中的一个常用裁剪算法包括字符裁剪,终点裁剪,多边形裁剪等很多算法.-This is a graphics of cutting algorithm commonly used characters, including cutting and finish cutting, cutting as many polygons algorithm.
画图系统
- 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the foll
多边形逐次裁剪
- 多边形逐次裁剪,计算机图形学作业,主要用于学习交流,有错误请指正!-polygon cutting, computer graphics operations, mainly for the exchange of learning, correcting mistakes please!
二维裁剪算法
- 实现裁剪直线段的Cohen-Sutherland算法和裁剪多边形的Sutherland-Hodgman算法的程序 -realization of the linear cutting Cohen-Sutherland algorithm and cutting polygons Sutherland-Hodgman algorithm procedures
裁剪11
- 图形学中的裁剪算法。其中有矩形裁剪,和凸多边形裁剪。-Graphics cutting algorithm. These rectangular cutting, and cutting convex polygon.
裁剪Dlg
- 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform th
haijian
- 多边形裁剪是逐次多边裁剪法,它的基本思想是以窗口的四条边界线单一逐次对多边形裁剪-polygon clipping is Successive multilateral cutting, its basic idea is a window four successive boundaries of a single polygon clipping
多边形裁剪程序
- 这是图形学中的多边形裁剪程序,可以在文档中画出一个区域,在用鼠标点击画出多边形的几个顶点,这时多边形就会按照原来画出的区域进行裁剪-this is the polygon graphics cutting procedures, the documents paint a regional, using mouse clicks draw polygons several vertex, then according to the or
Test_4Polygon
- 一种多边形裁剪算法,可用于任意的多边形进行裁减。使用OpenGL编写。-a polygon clipping algorithm can be used for arbitrary polygon reduction. Use OpenGL prepared.