搜索资源列表
二维裁剪算法
- 实现裁剪直线段的Cohen-Sutherland算法和裁剪多边形的Sutherland-Hodgman算法的程序 -realization of the linear cutting Cohen-Sutherland algorithm and cutting polygons Sutherland-Hodgman algorithm procedures
duobianxingcaijian
- 这是国内的一个关于多边形裁剪的算法,虽然它没有实际的代码,但是说明很清楚.分析很精辟,很有特点.-This is a domestic polygon clipping of the algorithm, although it does not have the actual code, But note very clearly. analysis is very brilliant and very unique.
CDA1
- Sutherland-Hodgeman多边形裁剪算法:-Sutherland-Hodgeman polygon clipping algorithm :
cut
- 图形学作业之一,实现对任意多边形裁剪功能
Graphic_Sys
- 图形学绘图系统:绘制直线、任意多边形,Bezier曲线、B样条曲线、累加弦长曲线。实现直线、任意多边形裁剪,直线、多边形关于 点、线 对称变化,直线、多边形、曲线的选定、平移,变换,修改;可以对多个图形进行保存与读取。
Graphic
- 几何算法源码(包括多边形填充算法, 多边形裁剪算法和几何绘制算法) 附带演示源码
weiler-atherton.rar
- 基于weiler-atherton算法的多边形裁剪程序实现,use the weiler-atherton algorithm to clip the polygons.
Drawpicture.rar
- 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。,Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
document
- 源码包括Java程序、计算机图形学多边形裁剪、几何变换Matlab程序、运筹学LP问题Lingo程序!-Source including Java program, computer graphics polygon clipping, geometric transformations Matlab program, operations research program Lingo LP problem!
VC6[1]
- 多边形裁剪算法内容: 掌握多边形算法原理; -Polygon clipping algorithm content: control polygon algorithm principle
graphics
- 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
polybool_src_2008
- 多边形裁剪,vs2008 亲测编译通过。可以使用。-polygon boolean ,a good lib.vs2008 ok.
SubsetData
- 读取TIF数据,可进行坐标裁剪,多边形裁剪,坐标矩形裁剪-Read the TIF data, the coordinates can be cut, polygon clipping, cropping rectangle coordinates
draw4
- 编写应用程序实现多边形裁剪,要求具有如下功能: 1、 用鼠标确定裁剪区域(矩形区域); 2、 用鼠标输入待裁剪的多边形(可分别使用鼠标左键和右键来确定裁剪区域和待裁剪的多边形); 3、 多边形绘制完毕后进行裁剪,显示裁剪后的多边形,要求使用不同颜色绘制裁剪区域和裁剪后的多边形。-Write applications to polygon clipping, requires the following functions: 1, use the mouse to determine
ClipPolygon
- arengine在c#环境下实现多边形裁剪-arengine Polygon Clipping in c# environment
Pdraw22o
- 多边形裁剪程序:用到的是比较常见的裁剪算法:Suutherland ,经测试 -Polygon clipping procedure: use the more common clipping algorithm: Suutherland been tested
Sutherland_Hodgeman
- VS2008下MFC编程,研究生课程:计算机图形学画图编程,Sutherland_Hodgeman多边形裁剪算法-VS2008 under MFC programming, postgraduate courses, computer graphics drawing program, including: Sutherland_Hodgeman polygon clipping algorithm
Draw
- 一个建议的Cad系统,可以用三种方法画直线,实现多边形裁剪,直线的裁剪,多边形的填充。-A proposal Cad system, you can use three methods to draw a straight line, polygon clipping, cutting a straight line, polygon filling.
bd
- 计算机图形学中关于多边形裁剪的源代码,课程设计用的-Computer graphics polygon clipping about the source code, curriculum design used
vc++多边形裁剪算法
- vc++版本多边形裁剪算法,十分有用,适合初学者