搜索资源列表
BresenhamLine
- 计算机图形学相关程序利用C语言进行实现的算法
bresenhamLine
- Java图形设计中,利用Bresenham算法实现直线线型,线宽的控制(NO 2D GRAPHICS)
bresenhamLine
- Java图形设计中,利用Bresenham算法实现直线线型,线宽的控制(NO 2D GRAPHICS)-Java graphics design, the use of straight-line linear algorithm Bresenham, linewidth control (NO 2D GRAPHICS)
BresenhamLine
- 利用BrasenHam算法实现的点到线的openGL画线程序-BrasenHam algorithm implementation using the point to a line of openGL draw line procedures
Bresenhamline
- 描述了Bresenham直线反走样算法,可以在c环境中直接编译运行-Bresenham straight line describes the anti-aliasing algorithm, can be directly compiled c environment running
Bresenhamline
- 经典的画线算法__Bresham line,刚刚入门的兄弟可以下载此代码.-an algorith of drawing line
BresenhamLine
- Bream Line 生成算法,给定初始坐标点x和y,单击生成即可-Bream Line Generating algorithm, given the initial coordinates x and y, you can click to generate
BresenhamLine
- Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
Bresenhamline
- 使用VC++6.0编写的Bresenham划线程序。点画图后出现对话框-Written using VC++6.0 Bresenham crossed procedures. Point of drawing a dialog will appear
BresenhamLine
- 在VC中实现Bresenham算法画直线-Bresenham algorithm in VC draw a straight line
Bresenhamline
- 用opengl实现bresenham算法画直线,有详细的注释,测试通过-Algorithm opengl achieve bresenham draw a straight line, detailed notes, test passed
BresenhamLine
- BresenhamLine,Bresenham方法绘制直线,简单快速-BresenhamLine Bresenham method of drawing straight lines, simple and fast
Bresenham
- 使用OpenGL编程实现Bresenham直线扫描转换算法-draw BresenhamLine with OpenGL
Bresenhamline
- 用opengl实现bresenham算法画直线,有详细的注释,测试通过-Algorithm opengl achieve bresenham draw a straight line, detailed notes, test passed
Bresenhamline
- 杜晓增计算机图形学基础Bresenham画线源码-Du Xiaozeng computer graphics based Bresenham line source
drawing-system
- 包含了五个算法源码,能实现裁剪,平移变换,椭圆,填充,DDA,旋转变换,BresenhamLine MidBresenhamCircle-Including 7 algorithm source code, the graphics system to achieve a variety of graphics capabilities, including the transformation of filling, cuttin
BresenhamLine
- 计算机图形学基础算法,利用Bresenham算法实现直线绘制。-Computer graphics basic algorithm, using Bresenham algorithm to draw a straight line.
DDA、Bresenham、MidBresenham画直线算法
- DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)