图形学
文章平均质量分 77
hao0717
这个作者很懒,什么都没留下…
展开
-
区域填充:扫描线种子填充和剖面线填充
#include "stdio.h" #include "graphics.h" #include "malloc.h" #include "conio.h" #include "math.h" /*******************************扫描线种子填充*********************/#define LEFT 200 #def原创 2008-11-09 21:07:00 · 1018 阅读 · 0 评论 -
多边形的裁剪
实现了两种二维图形裁剪算法:Sutherland-Hodgeman单边裁剪法和Weiler-Atherton边界裁剪法,关于这两个算法的具体可以参看这个网址:http://course.cug.edu.cn/cugFirst/computer_graphics/class/start.asp #include #include #include #include原创 2008-11-09 21:49:00 · 1282 阅读 · 0 评论