Welcome![Sign In][Sign Up]
Location:
Search - polygon

Search list

[Special Effectsclip

Description: 实现多边形裁剪的算法-achieve polygon clipping algorithm
Platform: | Size: 3072 | Author: 刘景 | Hits:

[Special EffectsPolyFill

Description: 多边形填充算法的实现-Polygon Fill Algorithm Implementation
Platform: | Size: 2048 | Author: 刘景 | Hits:

[Graph programClipPolygon

Description: 图形学多边形裁减算法演示实例-graphics polygon reduction algorithm demonstration examples
Platform: | Size: 56320 | Author: 苏优 | Hits:

[Special EffectsMutil_cut

Description: 图形学多边形裁剪算法vc实现-graphics polygon clipping algorithm to achieve vc
Platform: | Size: 265216 | Author: 钟竞辉 | Hits:

[Graph program1_Triangle

Description: 求解任意两个多边形的并集,交集,差集,要求是简单多边形,可以是凸多边形和凹多边形-solving arbitrary polygon and two sets, intersection, difference, the request is a simple polygon, it is concave and convex polygon Polygon
Platform: | Size: 3072 | Author: 张鹜 | Hits:

[Special Effectsmypolygon

Description: 多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,方法一 6. 判断多边形顶点的排列方向,方法二 7. 射线法判断点是否在多边形内8. 判断点是否在凸多边形内-Does the polygon commonly used algorithm module 1. judgements polygons whether simple polygon. 2. inspections polygons apex convex-concave. 3. judgements polygons whether raised- polygon. 4. ask the polygon area. 5. judgements polygons apex the arrangement direction, the method 1. 6. judgements polygons apex arrangement direction, the method 2. 7. beams methods to sentence the break point whether. 8. sentences the break point in the polygon whether in raised- polygon
Platform: | Size: 2048 | Author: 孤星赶月 | Hits:

[Graph DrawingFillin

Description: 区域填充法填充多边形。鼠标交互输入多边形边界。无解压密码-filled polygon. Mouse interactive input polygon boundary. Without extracting passwords
Platform: | Size: 31744 | Author: naoko | Hits:

[Special Effectspolygon-union

Description: 求两个多边形交集的程序,使用计算几何实现的,值得学习-intersection of polygons for the two procedures, the use of computational geometry to achieve, and worth learning
Platform: | Size: 131072 | Author: cwj | Hits:

[Graph Drawing绘制多边形

Description: 本程序实现绘根据单击确定的点绘制多边形,一个很好的例子绝对值得收藏-this program click OK painted under the polygon drawing point, a very good example worthy collection
Platform: | Size: 8192 | Author: 邱波 | Hits:

[Special Effects计算几何

Description: 计算几何大全,c++代码,内含点,直线,线段,圆,弧,多边形等求交,相互关系等等各种算法,对CAD等编程有很大帮助-computational geometry Daquan, c code, intron, straight line, circle, arc, polygon, etc. intersection, mutual relations, and so on various algorithms, such as the CAD program is very helpful
Platform: | Size: 13312 | Author: 孤星赶月 | Hits:

[Graph programPolygonCut

Description: 多边形裁剪算法程序,计算机图形学的作业,VC编写-polygon clipping algorithm, computer graphics operations, the preparation of VC
Platform: | Size: 56320 | Author: 孟繁宇 | Hits:

[2D Graphic多边形逐次裁剪

Description: 多边形逐次裁剪,计算机图形学作业,主要用于学习交流,有错误请指正!-polygon cutting, computer graphics operations, mainly for the exchange of learning, correcting mistakes please!
Platform: | Size: 21504 | Author: 陈启 | Hits:

[Graph Drawingpolygonclip_demo

Description: 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.
Platform: | Size: 57344 | Author: cc | Hits:

[Windows Develophgrd_src

Description: The hgrd code was created for triangulation of a polygon of any shape. It can also triangulate many separate polygons in one pass. -The hgrd code was created for triangulation of a polygon of any shape. It can also triangulate many separate polygons in one pass.
Platform: | Size: 27648 | Author: 潇潇 | Hits:

[2D GraphicexportDllNestPolygon

Description: 本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。-the dll file to achieve a point, line, line, polygon category, completed the polygons of some commonly used methods : for the area to determine whether it is simple polygon, and polygons seek to determine the location of two polygons relations methods.
Platform: | Size: 131072 | Author: 童彬 | Hits:

[Graph DrawingFillPolygon

Description: 用C实现的多边形填充算法,该算法效率很高,经过实际应用-C realized polygon filling algorithm, which is highly effective, practical applications after
Platform: | Size: 1024 | Author: | Hits:

[Graph DrawingzhuerPolygon

Description: 图形学上机实验 区域填充:多边形扫描转换-graphics on the plane experimental area filling : polygon scan conversion
Platform: | Size: 35840 | Author: jnz | Hits:

[Special EffectsLMSJ技术

Description: 使学生掌握凸多面体的Roberts消隐法,掌握三维图形的深度缓存算法消隐技术,了解多边形区域的排序算法和列表优先算法的消隐技术。掌握利用简单光反射模型进行三维图形的明暗处理。了解整体光照模型、光透射模、光线跟踪算法,了解物体间的漫反射-enable students to master the convex polygon Roberts blanking France, grasp the depth of 3D graphics algorithms hidden cache technology, understanding regional polygon sorting algorithm and the priority list algorithm blanking technology. Master simple optical reflectance models 3D graphics shading. A better overall illumination model, optical transmission module, ray tracing algorithm, to understand the objects Diffuse Reflectance
Platform: | Size: 3018752 | Author: 过街 | Hits:

[Graph Drawing裁剪11

Description: 图形学中的裁剪算法。其中有矩形裁剪,和凸多边形裁剪。-Graphics cutting algorithm. These rectangular cutting, and cutting convex polygon.
Platform: | Size: 2048 | Author: ak | Hits:

[Special Effects裁剪Dlg

Description: 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -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
Platform: | Size: 3072 | Author: 王宇 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net