搜索资源列表
BresenhanLine
- Bresenhan Line生成算法-Bresenhan Line Algorithm
XHZ
- DDA直线绘制,中点法直线绘制,Bresenhan法直线绘制,圆弧生成
XHZ
- 直线绘制,包括递归实现中点算法、BRESENHAN算法和圆的绘制,都是4个象限全部可以的。
BresenhanLine
- Bresenhan Line生成算法-Bresenhan Line Algorithm
XHZ
- DDA直线绘制,中点法直线绘制,Bresenhan法直线绘制,圆弧生成-DDA Draw a straight line, the midpoint of a straight-line drawing method, Bresenhan Law Drawing a straight line, arc generated
XHZ
- 直线绘制,包括递归实现中点算法、BRESENHAN算法和圆的绘制,都是4个象限全部可以的。-Draw a straight line, including the recursive algorithm to achieve the mid-point, BRESENHAN rendering algorithms and round, are all four quadrants can.
DDA_Bresenham_Circle_Ellispe
- DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
Bresenhan_Line
- 利用C#实现bresenhan算法画线,是一种高效的绘制直线算法-Algorithm using C# to achieve bresenhan draw lines, is a highly efficient algorithm for drawing a straight line
IntegralBresenhan_Line
- 利用C#实现整数bresenhan算法画线,是一种高效的直线绘制算法-The use of C# algorithms to achieve an integer bresenhan drawing lines, is a highly efficient line drawing algorithm
Bresenham_Pie
- 在点阵中用Bresenhan画填充扇形的方法-Draw pie using Bresenhan algorithm
Draw
- 计算机图形学中的Bresenhan画线画圆等算法的简单实现,使用VC6 MFC-Computer Graphics Bresenhan draw lines round and other simple implementation of the algorithm, using VC6 MFC
Graphic-Formation-and-transformation
- 计算机图形学,用VC++ MFC实现,可实现用DDA、中点、bresenham算法画直线,用中点、正负、bresenhan算法画圆以及画多边形,还可实现图形填充、图形平移、旋转、放大缩小等图形变换功能。-Computer graphics, VC++ MFC achieve, can be realized DDA, the midpoint, bresenham algorithms draw a straight line, wit
mywork
- 模拟计算机绘制格网,验证圆的中点画圆算法,bresenhan算法-The analog computer drawing grid verify round midpoint circle algorithm, bresenhan algorithm
Bresenhan
- bresenhan生成直线算法,主要面向学习计算机图形学课程的学生,采用VB编程。-bresenhan generate linear algorithms, mainly for the students to learn computer graphics courses, using VB programming.
circle
- Bresenhan 算法的圆的生成程序设计,在VC++ 的环境下-Circle generation programming Bresenhan algorithm in VC++ Environments
line
- 1、编写函数LineDDA(),实现任意斜率直线的扫描转换,算法为DDA算法; 2、编写函数LineBre(),实现斜率任意斜率直线的扫描转换,算法为改进的Bresenhan算法; 3、编写函数LineMidPointBre(),实现任意斜率直线的扫描转换,算法为中点Bresenhan算法。-1, write the function LineDDA (), arbitrary slope of the line scan co
algodtthmgeneration
- Bresenhan Line generation algorithm