搜索资源列表
Sutherland-Hodgman
- 在Visual C++中实现的Sutherland-Hodgman多边形裁剪算法-achieved by Sutherland-Hodgman polygon clipping algorithm
裁剪线段,VC
- Cohen-Sutherland裁剪线段程序,VC-Cohen-Sutherland line cutting procedures, VC
裁剪线段算法
- 实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
polygonclip_demo
- Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths
Cohen-Sutherland
- Cohen-Sutherland算法,有一些简单的交互-Cohen-Sutherland algorithm, there are some simple interactive
Choen-Sutherland
- 如何在Visual C++中实现Choen-Sutherland线段裁剪算法,实现了基本交互-how to achieve Visual C Choen-Sutherland line cutting algorithm, to achieve the basic interactive
Sutherland-Hodgman
- 在Visual C++中实现的Sutherland-Hodgman多边形裁剪算法-achieved by Sutherland-Hodgman polygon clipping algorithm
tuxingxueshiyan1
- 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。
Sutherland-Hodgeman
- 可以正确执行的Sutherland-Hodgeman多边形裁剪,不过一些小问题需要优化。-can correct implementation of the Sutherland-Hodgeman polygon clipping, But some small problems needed to improve.
Cohen-Sutherland
- Cohen-Sutherland算法 -Cohen-Sutherland脣茫 篓
cohen-sutherland
- 改进的cohen-sutherland线段裁剪算法-Improved cohen-sutherland line clipping algorithm
sutherland
- 该文件是对计算机图形学中的基本的sutherland算法,使的学习这些抽象知识具体化-The document is a computer graphics Sutherland in the basic algorithm, making the learning of these abstract and concrete knowledge
Cohen-Sutherland
- 1、裁剪算法选用Cohen-Sutherland算法; 2、界面设计友好、直观。 Windows xp,Microsoft Visual C++ 6.0中的MFC AppWizard(exe)下实现的 -1, cutting algorithm selection of Cohen-Sutherland algorithm 2, interface design, friendly, and intuitive. Wind
draw2
- 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。-Polygon clipping process: it is more commonly used method of cutting: Sut
Cohen-Sutherland
- 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
SutherlandHodgmanAlgorithm
- Sutherland-Hodgman算法-Sutherland-Hodgman Algorithm
cutout
- 在定义了窗口之后,我们只需将窗口内的图形显示出来,对于窗口之外的图形我们是不关心的。因此,必须将窗口外的图形裁剪下去。在本资料中,实现如下对直线段进行裁剪的算法:Cohen-Sutherland算法、中点分割算法、梁友栋-Barsky算法,并且利用Sutherland-Hodgman算法实现对多边形的裁剪,最后,实现当裁剪域是任意凸多边形时的裁剪算法。-In the definition of the window, we simply
Sutherland
- 图形学用Sutherland-Hodgman算法进行多边形裁剪-Sutherland- with Hodgman algorithm polygon cropping
Sutherland-Hodgman
- 编程实现Sutherland-Hodgman-Programming Sutherland-Hodgman algorithm
Sutherland-Hodgman
- Sutherland-Hodfman多边形裁剪(Sutherland-Hodfman polygon clipping algorithm)