CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - polygon clipping
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - polygon clipping - List
[
Special Effects
]
多边形裁剪算法
DL : 0
最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
Date
: 2025-07-11
Size
: 62kb
User
:
刘
[
Special Effects
]
Mutil_cut
DL : 0
图形学多边形裁剪算法vc实现-graphics polygon clipping algorithm to achieve vc
Date
: 2025-07-11
Size
: 259kb
User
:
钟竞辉
[
Graph program
]
PolygonCut
DL : 0
多边形裁剪算法程序,计算机图形学的作业,VC编写-polygon clipping algorithm, computer graphics operations, the preparation of VC
Date
: 2025-07-11
Size
: 55kb
User
:
孟繁宇
[
Graph Drawing
]
polygonclip_demo
DL : 0
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.
Date
: 2025-07-11
Size
: 56kb
User
:
cc
[
Special Effects
]
裁剪Dlg
DL : 0
区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform the methods and linear, polygon clipping algorithm and the realization Curve theory, algorithms and implementation of the commonly used algorithms blanking
Date
: 2025-07-11
Size
: 3kb
User
:
王宇
[
Graph Drawing
]
PolygonCutClip
DL : 0
多边形剪裁算法的程序实现。画图程序写在override的OnDraw(CDC *pDC)里边。-polygon clipping algorithm processes. Drawing program written in the override OnDraw (CDC* pDC) inside.
Date
: 2025-07-11
Size
: 30kb
User
:
朱麟
[
Special Effects
]
Thechangeableshapeiscutout
DL : 0
多边形的剪裁,用VB开发,裁剪掉划定范围外的部分-polygon clipping, using VB, cutting out outside the designated part
Date
: 2025-07-11
Size
: 3kb
User
:
张敬
[
Graph Drawing
]
Sutherland-Hodgman
DL : 0
在Visual C++中实现的Sutherland-Hodgman多边形裁剪算法-achieved by Sutherland-Hodgman polygon clipping algorithm
Date
: 2025-07-11
Size
: 402kb
User
:
liu
[
Other
]
PolyClipDemo1
DL : 0
An article on 2-D Polygon Clipping with the source code-An article on 2-D Polygon with the Clipping source code
Date
: 2025-07-11
Size
: 56kb
User
:
[
CSharp
]
clippolygon
DL : 0
多边形的裁剪,一个很经典的算法--单边裁剪边-polygon clipping and a classic algorithm-- unilateralism cutting edge
Date
: 2025-07-11
Size
: 56kb
User
:
陈财
[
Technology Management
]
PolygonSlice
DL : 0
一个有效的多边形裁剪算法,介绍了概念、数据结构、算法、交点判断等-An effective polygon clipping algorithm, introduce the concepts, data structures, algorithms, such as point of intersection to determine
Date
: 2025-07-11
Size
: 369kb
User
:
曹建国
[
2D Graphic
]
Weiler-Atherton
DL : 0
这是基于VC++采用链表结构设计的多边形裁剪算法,可适用于内、外裁剪-This is based on VC using list the structural design of the polygon clipping algorithm, applied to the inner and outer cutting
Date
: 2025-07-11
Size
: 1.91mb
User
:
kangjianrong
[
Graph Drawing
]
PolygonClipping
DL : 0
基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
Date
: 2025-07-11
Size
: 2kb
User
:
章礼平
[
Graph Drawing
]
draw2
DL : 0
多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。-Polygon clipping process: it is more commonly used method of cutting: Sutherland-Hodgman algorithm. This procedure of cutting the order for the left, bottom, right, top, then the cutting is carried out: the original clipping polygon to be clipped polygon as input the left side of the rectangular cutting, then cutting output cut as the bottom of the input polygon, ... ... , and so on, until the last end side of the rectangular cut above.
Date
: 2025-07-11
Size
: 64kb
User
:
tomomoon
[
OpenGL program
]
shiyan4
DL : 0
了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm. 2. Experimental contents: (1) understand the principles of cutting a straight line (Cohen-Surtherland algorithm, You-Xin Liang Dong algorithm) (2) the use of VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line. (3) debug, compile, modify the program
Date
: 2025-07-11
Size
: 553kb
User
:
jing
[
OpenGL program
]
include2
DL : 0
了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm.
Date
: 2025-07-11
Size
: 4kb
User
:
zhanyun
[
OpenGL program
]
Opengl
DL : 1
OpenGl实现的凸多边形裁剪任意多边形算法-OpenGl implementation of arbitrary polygon convex polygon clipping algorithm for
Date
: 2025-07-11
Size
: 3.2mb
User
:
李涛
[
Special Effects
]
Graphics-Clipping
DL : 1
图形裁剪 计算机图形学 多边形裁剪 Visual C-Graphics computer graphics polygon clipping Visual C++
Date
: 2025-07-11
Size
: 1.86mb
User
:
sleepylion
[
Graph program
]
polygon-clipping
DL : 0
鼠标绘制多边形,并为多边形进行固定窗口裁剪-The mouse to draw a polygon and fixed window polygon clipping
Date
: 2025-07-11
Size
: 3.14mb
User
:
杨雪
[
Other
]
Polygon-Clipping
DL : 0
通用多边形裁剪算法, bala.R.vatti的,一般花钱才搞的到的哦-A Genernal Solution of Polygon Clipping
Date
: 2025-07-11
Size
: 1.31mb
User
:
李喻辉
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.