搜索资源列表
Weiler-Atherton
- 这是基于VC++采用链表结构设计的多边形裁剪算法,可适用于内、外裁剪
liang-barsky
- Weiler-Atherton算法实现多边形裁剪-Weiler-Atherton polygon clipping algorithm
Xcad
- 根据Weiler-Atherton算法开发的经典多边形布尔运算小程序。-Weiler-Atherton algorithm developed classic polygon Boolean operator procedures.
Clip
- 二维图形裁剪算法,矩形与任意多边形剪裁, Weiler-Atherton边界裁剪法,-Two-dimensional graph cut algorithm
opengl_refer
- Weiler_Atherton的多边形裁剪算法-Weiler Polygon Clipping
PolygonCut
- 用weiler-atherton算法完成图形的多边形裁剪。-The Polygon is clipped using weiler-atherton algorithm.
duobianxingjiancai
- 计算机图形学-基于weiler-atherton算法的多边形裁剪程序实现-Computer Graphics- weiler-atherton algorithm based on polygon cutting process to achieve
WeilerAtherton
- 实现了Weiler-Atherton剪裁算法以及基本图形的绘制,C#实现-implete Weiler-Atherton algorithm
SketchPad
- 图形学Weiler-Atherton裁剪算法、Brensenham画线、画圆算法和扫描线填充算法。做成一个类似于Windows画笔的东西。-Graphics Weiler-Atherton clipping algorithm, Brensenham drawing a line, circle algorithm and scan line fill algorithm. A brush made of something similar to Windows. May be required
CAD
- Weiler-Atherton算法的C程序实现,实现多边形并交差运算。-Polygon and cross operator
1
- 1、理解多边形裁剪的原理(Weiler-Atherton算法、Sutherland-Hodgeman栋算法)。 2、实现这两种多边形的裁剪算法,在屏幕上用一个封闭矩形裁剪任意多边形(凹多边形、凸多边形都要实验)。 3、编写上述算法程序,在工作区域当中运行并显示算法效果。 4、将多边形裁剪模块添加到设计的图形实验系统当中。 5、完成代码编写、调试。-1, understand the principles of polygon clipping (Weiler-Atherton