搜索资源列表
MidPointCircle
- 用opengl实现bresenham算法画圆,先画1/8个圆,再借助圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm Circle, first draw the 1/8 round, and then with the symmetry of the circle to draw the rest
shiyan1
- 用OpenGL实现中点Bresenham算法画直线与圆,改进Bresenham算法画直线-The midpoint of the Bresenham algorithm for drawing a straight line and circle, using OpenGL to improve the Bresenham algorithm draw a straight line
tuoyuan
- 用opengl实现bresenham算法画椭圆,先画1/4个椭圆,然后借助椭圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm painted oval, first draw 1/4 oval, and then with the symmetry of the ellipse, and draw the rest of the
92505159
- 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Contains linear generated dda, dotted line algorithm and Bresenham algorithm interface in beautiful and convenient and practical
341953
- 计算机图形学的上机:bresenham画线算法,bresen()