首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Polygon clipping is one of those humble tasks computers do all the time. It s a...

Polygon clipping is one of those humble tasks computers do all the time. It s a...

  • 资源大小:56.16 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 图形图像

资 源 简 介

Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.

文 件 列 表

ChildView.cpp
ChildView.h
COPYING.txt
MainFrm.cpp
MainFrm.h
PolygonClipDemo.cpp
PolygonClipDemo.exe
PolygonClipDemo.h
PolygonClipDemo.rc
PolygonClipDemo.vcproj
res
closepoly.cur
PolygonClipDemo.ico
PolygonClipDemo.manifest
PolygonClipDemo.rc2
resource.h
stdafx.cpp
stdafx.h
SutherlandHodgman.h
VIP VIP
0.164790s