图形学实验四_Sutherland-Hodgman多边形裁剪算法实验报告.docVIP

图形学实验四_Sutherland-Hodgman多边形裁剪算法实验报告.doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
图形学实验四_Sutherland-Hodgman多边形裁剪算法实验报告

《计算机图形学》实验报告 《裁剪算法实验》 姓名 闫学森 学号 3013216087 专业 计算机 班级 3班 天津大学计算机科学与技术学院 2015年 12 月 1日 一、实验目的 实现Sutherland-Hodgman多边形裁剪算法 二、实验内容 自定义裁剪窗口和待裁剪直线段(或多边形),采用不同颜色突出显示裁剪结果 三、实验结果 四、实验分析和总结 Sutherland-Hodgman多边形裁剪算法是将原多边形进行左右下上四次裁剪。其中进行两次分解 ? 第一次分解:将多边形关于矩形窗口的裁剪分解为它关于窗口四条边所在直线的裁剪; ? 第二次分解:将多边形关于一条直线的裁剪分解为多边形各边关于该直线的裁剪。 四次裁剪相似,只要修改部分变量即可。但是第一次修改时没有完全改掉,出来的图像不正确。 通过这次试验使我了解到如何运用计算机程序对窗口进行剪裁,了解到编码剪裁算法直观方便,速度较快,中点分割剪裁算法不用进行乘除运算,剪裁效率高, Sutherland-Hodgman直线裁剪算法更快。 五、源代码 // PolygonClipDemo.cpp : Defines the class behaviors for the application. // #include stdafx.h #include PolygonClipDemo.h #include MainFrm.h #ifdef _DEBUG #define new DEBUG_NEW #endif // CPolygonClipDemoApp BEGIN_MESSAGE_MAP(CPolygonClipDemoApp, CWinApp) ON_COMMAND(ID_APP_ABOUT, OnAppAbout) END_MESSAGE_MAP() // CPolygonClipDemoApp construction CPolygonClipDemoApp::CPolygonClipDemoApp() { // TODO: add construction code here, // Place all significant initialization in InitInstance } // The one and only CPolygonClipDemoApp object CPolygonClipDemoApp theApp; // CPolygonClipDemoApp initialization BOOL CPolygonClipDemoApp::InitInstance() { // InitCommonControls() is required on Windows XP if an application // manifest specifies use of ComCtl32.dll version 6 or later to enable // visual styles. Otherwise, any window creation will fail. InitCommonControls(); CWinApp::InitInstance(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need // Change the registry key under which our settings are stored // TODO: You should modify this string to be something appropriate // such as the name of your company or organization SetRegistryKey(_T(Local AppWizard-Generated Applications)); // To create the mai

您可能关注的文档

文档评论(0)

didala + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档