搜索资源列表
Thelinesegmentcutsout
- 线段裁剪:区域内的线段用红色标志,区域外为黑色-Line Clipping : Line in the region with red signs outside the region to the black
liujunpeng20060618
- 1. 实现编码线段裁剪算法 1.1 段和裁剪窗口顶点坐标由鼠标输入 1.2 裁剪结果用红色绘制 1. 实现编码线段裁剪算法 实验步骤 1. 点画线段菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时画出线段 2. 选取颜色 3. 点裁剪菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时就可以得到裁剪到的线段用2中的颜色绘制出来 -1. Line Clipping achieve coding algorithm 1.1 of the window and
2D_LineClipping
- 本程序实现了图形学中的二维线段裁剪算法,VC6工程-the realization of the two-dimensional graphics Line Clipping algorithm works VC6
cg2.rar
- program to implement liang barsky line clipping algorithm,program to implement liang barsky line clipping algorithm
shiyan4
- 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
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
Cohen-Sutherland
- 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw
Cohen_Sutherland
- 利用Visual C++编写的Cohen_Sutherland直线裁剪算法演示程序,图形界面,可以拖拉画直线,裁剪窗口大小可以自由变换,也可以准确定位输入直线和点-The use of Visual C++ Prepared Cohen_Sutherland line clipping algorithm demo program, graphical interface, you can drag and drop drawing a straight line, cutting window
Cohen-Sutherland
- Using C + + implementation of the Cohen-Sutherland line clipping algorithm-Using C++ implementation of the Cohen-Sutherland line clipping algorithm
CohenSoutherlandLineClipping
- Cohen-Southerland线段裁剪算法的Matlab程序-Cohen-Southerland Line Clipping Algorithm in Matlab procedures
clipping
- line clipping algorithm
Cohen_And_Sutherland
- Cohen & sutherland algo for line clipping
line-clipping
- OpenGL实现的直线裁剪算法,比较简单,梁友栋Barsky裁剪算法-OpenGL, cutting a straight line algorithms is relatively simple, Liang Youdong Barsky clipping algorithm
Liangyou-Dong-Barsky-line
- 在Windows环境下用visual C++实现梁友栋-Barsky直线裁剪算法的编程-In the Windows environment using visual C++ implementation Liangyou Dong-Barsky line clipping algorithm programming
two-dimension-line-clipping
- 二维线段剪裁代码,用了多次取中值的方法进行的,内容还包括实验报告。-Two-dimensional cut line code, with a number of methods to take the value, and also includes test reports.
Liang-Barsky-line
- ,梁友栋算法实现画直线,VC++写的mfc程序,可以实现所有功能。-Liang Dong-Barsky line clipping algorithm
line-clipping
- OpenGL计算机图形学的Cohen-Sutherland线段裁剪算法-OpenGL, line clipping algorithm based on Cohen-Sutherland
Cyrus-Beck-Line-Clipping
- Cyrus-Beck Line clipping using OpenGL
Cohen-Sutherland-line-clipping
- Cohen-Sutherland Line clipping using openGL
LINE-CLIPPING
- It contains cohen sutherland line clipping executable program.