文件名称:hw02
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- liku****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序实现了一个多变形裁剪算法,并完成了从窗口到视口的转换(单位为物理坐标系的像素)。
窗口坐标为:(100,100)和(400,400);
视口起点坐标为:(120,90),x方向增量:400,y方向增量:300;
以下为测试实例的输入:
顶点数 : 4
第一个坐标:50 250
第二个坐标:500 50
第三个坐标:350 250
第四个坐标:500 450
-This program implements a multi-cutting deformation algorithm, and completed the conversion of the window to the viewport (in pixels to physical coordinates.) Window coordinates: (100,100) and (400,400) as the starting point coordinates of mouth: (120,90), x direction increment: 400, y direction increment: 300 following test case input: top Points: 4, the first coordinates: 50 250 second coordinates: 500 50 third coordinates: 350250 fourth coordinates: 500 450
窗口坐标为:(100,100)和(400,400);
视口起点坐标为:(120,90),x方向增量:400,y方向增量:300;
以下为测试实例的输入:
顶点数 : 4
第一个坐标:50 250
第二个坐标:500 50
第三个坐标:350 250
第四个坐标:500 450
-This program implements a multi-cutting deformation algorithm, and completed the conversion of the window to the viewport (in pixels to physical coordinates.) Window coordinates: (100,100) and (400,400) as the starting point coordinates of mouth: (120,90), x direction increment: 400, y direction increment: 300 following test case input: top Points: 4, the first coordinates: 50 250 second coordinates: 500 50 third coordinates: 350250 fourth coordinates: 500 450
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hw02.c