搜索资源列表
多边形裁剪算法
- 最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
裁剪Dlg
- 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform the methods and linear, polygon
多边形裁剪
- 计算机图形学—多边形的裁剪算法。
裁剪算法
- 用于多边形裁剪
ClipRgn.rar
- 多边形裁剪算法的实现,使用做多变形 绘制测试,Polygon clipping algorithm implementation, the use of testing to do many deformation mapping
tuxingxueVC6.rar
- 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
shiyan4
- 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
liang-barsky
- Weiler-Atherton算法实现多边形裁剪-Weiler-Atherton polygon clipping algorithm
Graphic
- 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
vccut
- 多边形裁剪算 法多边形裁剪算法-Polygon Clipping Algorithm Polygon Clipping Algorithm
polygon_cut
- 多边形裁剪算法研究与实现 多边形裁剪算法研究与实现-the algorithm of cuting from polygons.
a
- 运用Sutherland-Hodgeman算法的多边形裁剪算法。C语言实现。-The use of the Sutherland-Hodgeman polygon clipping algorithm algorithm. C language.
duobianxingcaijian
- 学习图形学时编制的多边形裁剪算法实例,希望对学习图形血的朋友们有所助益-Graphics prepared to learn when the polygon clipping algorithm for instance, want to learn graphic bloody helpful friends
GPC
- 该源码可用于GIS地图开发中的多边形裁剪功能——GPC通用多边形裁剪算法-For the general polygon clipping
Sutherland
- 图形学用Sutherland-Hodgman算法进行多边形裁剪-Sutherland- with Hodgman algorithm polygon cropping
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
vc++多边形裁剪算法
- vc++版本多边形裁剪算法,十分有用,适合初学者
Gpforth
- 实现多边形裁剪,被裁剪部分用绿色表示,裁剪区域内的部分用红色表示(Polygon clipping is implemented, and the cropped part is represented by green. The part in the clipping area is represented by red)
MFC多边形裁剪算法
- 使用C++ MFC 实现 多边形裁剪算法,可用矩形方框对多边形进行裁剪
WeilerAtherton
- JAVA中关于多边形裁剪的算法,希望能帮到大家(On the algorithm of polygon clipping)