搜索资源列表
DDAline1
- 计算机图形学,利用DDA算法,中点画线算法,实现直线的绘制-computer graphics, the use of DDA algorithm, which dotted line algorithm, achieving a linear mapping
DDAline2
- 中点画线算法2,DDA算法2,实现对直线的绘制-were dotted line algorithm 2, two DDA algorithm to achieve the linear mapping
Chinapiecedlinealgorithms
- 此程序为中点画线算法.注意的是,本算法只能适合于直线的斜率0<k<1的情况,对于其它的情况并不适应。但是,对于其它的情况可以仿照本算法写出对应的算法,也可以用其它算法来实现,如可以用DDA算法,这里不再介绍。-for this procedure were dotted line algorithm. Note that this algorithm can only fit in a linear slope 0
BIGDrawing
- 实现了中点画线和中点画圆算法 -realized the Midpoint Circle Line and the midpoint algorithm realized the Midpoint Circle Line and the midpoint algorithm
dda_line2007
- DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换
DrawLine
- 中点画线,DDA算法,计算机图形学,计算机基本算法,计算机图形处理基础
kqf
- 关于vc里画图形的程序。包括画多边形,错切,裁剪,旋转,变换,填充等等的操作。还包括中点画线算法等。-on vc Lane painting graphics procedures. Polygon, including painting, wrong cutting, cutting, rotating, transform, filled out the operation. Also included were dotted line algorithm.
ComputerGraphicsDemo
- 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Intron line generated dda, dotted line algorithm and interface Bresenham algorithm facilitate practical aesthetics
MapEditingCSharp C#中点画线
- C#中点画线 以及AE中的点画线能再AE中画图型的·比如点·直线 ·矩形-C#, dotted line and the dotted line longer AE AE point in drawing a straight line type such as a rectangle
Draw
- 实现画图功能,例如计算机中的中点画线,微分画线等基本操作-The realization of drawing functions, such as computers in stipple lines, painting lines, such as differential basic operation
Line_CircleView
- 生成任意斜率的直线的中点画线算法和Bresenham算法和圆的中点画线算法和Bresenham算法-Generated a straight line of arbitrary slope in stipple line algorithm and Bresenham algorithm and round in stipple line algorithm and Bresenham algorithm
BPointLine
- 实现中点画线算法 实现中点画线算 -Realization algorithm in line stipple stipple line operator
line
- 直线的三种画法,中点画线,数值微分,还有别的画法。-Three draw a straight line method, in stipple line, numerical differentiation, as well as other painting.
lineyc
- 利用opengl的库函数实现中点画线算法-The use of the library functions achieve opengl in stipple line algorithm
drawline
- 本文是用VC实现的代码,用于解决画直线的问题。中点画线法-This is achieved using VC code, used to address the problem of drawing a straight line. Mid-point of drawcircle
midpoint
- 使用中点画线法画直线,是用VB画线方法中的一种。-Stipple method used in drawing a straight line is the VB method of painting a line.
DrawLineTemplate
- 本程序是关于实现用DDA,中点画线等算法的源代码-This program is on achieving with DDA, the stipple lines, and the algorithm source code
ctestiambig
- 各种像画线算法汇集,包括中点画线,DDA等待算法-Draw a line like the collection of a variety of algorithms
BHcircle
- 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
tuxingxue
- 中点画线算法 Breseham画线算法 DDA画线算法(Midpoint line drawing algorithm, Breseham line drawing algorithm, DDA line drawing algorithm.)