搜索资源列表
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
Bresenham&DDA
- 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
6.0MFC_OPENGL_PFbresenham
- 基于MFC中Opengl环境的bresenham直线生成算法,可由对话框输入起始点和终点,直观地观察bresenham算法的原理。-based MFC Opengl environment bresenham line drawing algorithm, from the dialog box input starting and stopping points, and visual observation of the princ
bresenham-homework
- bresenham画直线 老师要求的作业-bresenham line drawing teacher requirements of the Operating
bresenham
- 用C语言结合OpenGL技术实现Bresenham算法绘制直线-Using C language combined with OpenGL technology to achieve Bresenham algorithm for drawing a straight line
Bresenham
- (1)用Bresenham算法绘制直线 (2)程序适用各种直线情况,包括水平线,垂直线 (3)采用键盘输入线段的两个端点的坐标 -(1) using Bresenham algorithm for drawing a straight line (2) procedure applies to all kinds of straight lines, including horizontal, vertical lines
Bresenham
- 计算机图形学中使用Bresenham算法实现线段裁减-Computer graphics used in the reduction of Bresenham line algorithm
openGL--Bemhan
- 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
Bresenham
- 自己写的Bresenham画线算法,很简单但是很实用-Wrote it myself Bresenham line drawing algorithm, very simple but very practical
bresenham
- 直线bresenham算法,用VC++ 6.0编写。 注意:新建一个MFC(EXE)工程,在导向中选单文档即可-Bresenham line algorithm, with VC++ 6.0 preparation. Note: Create a new MFC (EXE) project, in the guidance document in the menu can be
Bresenham-line
- 这是一个用VC++6.0开发的一个Bresenham中点算法的直线的绘制,可供参考。-This is a used VC++ 6.0 developed by the midpoint of a Bresenham line drawing algorithm, for reference.
line
- 画线算法,bresenham画线算法,opengl-bresenham line-drawing procedure
Bresenham-line
- Bresenman画线法,它是用VB画线法中的一种。-Bresenman painting method, which is drawing a line to use VB as a law.
Bresenham
- Theory abour Bersenham line
Bresenham-line
- 图形学的作业,做出Bresenham line,文件包括报告要求。-Graphics work, make Bresenham line, documents including reporting requirements.
Bresenham
- bresenham line in all directions for students of graphics
Bresenham
- bresenham直线算法,可实现8方向的直线绘制-bresenham line algorithm can achieve 8 to draw a straight line direction
bresenham
- matlab绘制bresenham直线,中线画直线,DDA画直线。-matlab draw bresenham line, middle drawing a straight line, DDA line drawing.
Bresenham-line-algorithm
- 直线中点Bresenham 算法,输入起点坐标和终点坐标,即可画出直线-Mid-point of Bresenham line algorithm, the input point coordinates and end coordinates, then draw a straight line
Bresenham
- Bresenham直线生成算法和中点圆圆弧生成算法-Bresenham line generation algorithm and the midpoint of the arc circle generation algorithm