搜索资源列表
codecut
- 编码裁剪算法,本程序假设裁剪框为矩形框,也可以自己设定线段位置也是预先设定的
Diamond(jst)
- 计算机图形学的实验,关于绘制金刚石图案,魔术三角形图案 ,二维图形的变换 ,曲线的绘制 ,编码裁剪算法的程序
图形裁剪算法
- 实现直线的编码裁剪算(Cohen_Sutherland算法)该程序能实现窗口屏幕上任意一条直线的裁剪-achieve linear coding cutting count (Cohen_Sutherland algorithm) to achieve the program window on the screen arbitrary cutting a straight line
编码算法剪裁直线
- 在vc++环境下编写的直线段裁剪算法,编码方法为-in vc + + environment prepared by the line of cutting algorithm, coding method for
图形裁剪算法
- 实现直线的编码裁剪算(Cohen_Sutherland算法)该程序能实现窗口屏幕上任意一条直线的裁剪-achieve linear coding cutting count (Cohen_Sutherland algorithm) to achieve the program window on the screen arbitrary cutting a straight line
编码算法剪裁直线
- 在vc++环境下编写的直线段裁剪算法,编码方法为-in vc++ environment prepared by the line of cutting algorithm, coding method for
hueituchenxudaquan
- 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标
liujunpeng20060618
- 1. 实现编码线段裁剪算法 1.1 段和裁剪窗口顶点坐标由鼠标输入 1.2 裁剪结果用红色绘制 1. 实现编码线段裁剪算法 实验步骤 1. 点画线段菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时画出线段 2. 选取颜色 3. 点裁剪菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时就可以得到裁剪到的线段用2中的颜色绘制出来 -1. Line Clipping achieve coding al
Cohen
- 编码裁剪法,Cohen-Sutherland算法的实现~-coding method, Cohen-Sutherland Algorithm of ~
codecut
- 编码裁剪算法,本程序假设裁剪框为矩形框,也可以自己设定线段位置也是预先设定的-Encoding cutting algorithm, the assumption of this procedure for cutting rectangular box fr a me, can also set the location of line segments is pre-set
Diamond(jst)
- 计算机图形学的实验,关于绘制金刚石图案,魔术三角形图案 ,二维图形的变换 ,曲线的绘制 ,编码裁剪算法的程序-Computer Graphics experiments, diamond pattern on the map, magic triangle patterns, two-dimensional graphics transform, curve drawing, clipping algorithm coding proc
CohenSutherland
- Cohen-Sutherland算法编码裁剪算法-Cohen-Sutherland clipping algorithm coding algorithm
Surtherland
- 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。-Using VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line.
shiyan4
- 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutti
Cohen-Sutherland
- 计算机图形学编码,这一章主要是直线裁剪算法,希望对大家有用-Computer Graphics coding, this chapter is cutting a straight line algorithms, useful for all of us hope! !
LineClipping
- 计算机图形学中的线段裁剪算法,包括:区域编码,中点算法和liang算法-Computer graphics in the cut-line algorithm, including: regional coding, the mid-point algorithm and algorithm liang
opengl-code
- 该文档是计算机图形学中编码裁剪算法的主要函数部分,可为大家使用,使用环境为VC。-it is opengl
Cohen-Sutherland
- 利用OpenGL实现Cohen-Sutherland裁剪算法(编码裁剪算法),是最早的直线段裁剪算法。-The use of OpenGL implementations Cohen-Sutherland clipping algorithm (coded clipping algorithm), is the first straight line clipping algorithm.
lab8
- C++简单实现编码裁剪算法和梁友栋裁剪法(Simple c + + coding for cutting algorithm and Liang Youdong cutting method)
编码算法
- OpenGL编码裁剪算法,在课上学的,可以下来参考看看(Code clipping algorithm, in the school, you can look at the reference.)