搜索资源列表
基于VC的直线光栅扫描转换算法实现
- 基于VC的直线光栅扫描转换算法实现
22
- 基于VC的直线光栅扫描转换算法实现 基于VC的直线光栅扫描转换算法实现-VC-based raster scan line conversion algorithm
openGL
- 使用OpenGL编程实现Bresenham直线扫描转换算法-OpenGL programming using Bresenham line scan conversion algorithm
Bresenham
- 使用OpenGL编程实现Bresenham直线扫描转换算法-draw BresenhamLine with OpenGL
Bresenham_line
- 采用Bresenham算法编制扫描转换程序:输入端点坐标,输出显示直线。-Prepared using the Bresenham algorithm scan conversion process: input endpoint coordinates, the output display line.
Graphics
- 多边形扫描转换算法等DDA,梁有栋直线剪贴 中点画线-Polygon scan conversion algorithm, DDA, Liang Youdong
line
- 1、编写函数LineDDA(),实现任意斜率直线的扫描转换,算法为DDA算法; 2、编写函数LineBre(),实现斜率任意斜率直线的扫描转换,算法为改进的Bresenhan算法; 3、编写函数LineMidPointBre(),实现任意斜率直线的扫描转换,算法为中点Bresenhan算法。-1, write the function LineDDA (), arbitrary slope of the line scan conversion algorithm to DDA algo