计算机图形学实验C 代码

bresenham算法画直线#include <glut.h>#include <math.h>#include <stdio.h>void draw_pixel(int ix,int iy){ gl

腾讯文库计算机图形学实验C