搜索资源列表
图形学DDA算法画直线
- DDA算法画直线
EX602
- 计算机图形学:直线DDA算法2-Computer Graphics : linear DDA Algorithm 2
DDA法画椭圆
- 画椭圆的方法有很多,这是其中一种,用DDA算法画的-oval paintings are lots of ways, this is one of those painted with the DDA Algorithm
DDA_Algorithm
- DDA算法:用于计算机图形学中的线段绘制算法-DDA algorithm : Computer Graphics for the segment Rendering Algorithm
dda&bres
- DDA算法和bresham算法画图,运用OPENGL的一个简单例子-DDA algorithm and bresham drawing algorithm, using the OpenGL a simple example
lab_one
- 图形学的代码,使用系统提供的绘点函数,加上自己的算法。可以画出直线。包括DDA算法和breshenham算法,中心点画圆和8分画圆,提供种子填充算法,多边形画法。-graphics code, the use of the system provides painted point function, together with its own algorithm. Sense straight. DDA include algorit
drawaline
- DDA算法画直线,虽然比较简单,但是我个人的第一个图形学程序,希望大家提出批评.-DDA algorithm painting line, although relatively simple, but personally I of a graphics procedures in the hope that we criticize.
DDA-line
- 自己用C语言编写的直线DDA算法。可以根据输入的坐标,在屏幕上画出直线。-own use C language prepared by the DDA linear algorithms. Can be imported under the coordinates on the screen paint line.
threeSamplesForOpenGL
- 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
DDABresenham
- 利用VB编制的直线的DDA算法和圆的Bresenham算法等程序.很好.-VB establishment of the DDA straight round of the algorithm and the Bresenham algorithm, and other procedures. Good.
00_DDA_LINE
- 一个DDA算法画线的c程序,希望对初学者有些帮助,学习图形学都要学这个。-a line drawing algorithm c procedures in the hope that some help for beginners, students are learning the graphics.
0102050202
- 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DD
ImproveDDA
- 改进的DDA算法,不论方向输出像素点,即给出线段两端点,就得到唯一的线段像素值-improved algorithm, regardless of the direction of the output pixel, which is given segment ends, on the line is the only value of the pixel
DDA
- dda算法 计算机图形学 直接运行 源程序 -dda algorithm for computer graphics source directly run
DDA
- DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Br
DDA
- DDA算法的具体实现 在VC下实现 -DDA algorithm for concrete realization of the VC under
DDA
- dda 计算机图形学 dda算法 java程序实现-dda Computer Graphics dda algorithm java program
draw
- Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充-the detail information is above
dda
- 利用OpenGL实现直线光栅化的DDA算法,还可以继续优化!-GOOD
DDAMouseLine
- 计算机图形学 DDA算法 画圆 点击鼠标画圆-DDA Circle Algorithm