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

Search list

[Fractal program几何图形的画法

Description: 计算机图形学,画圆,画直线,画多边形,填充.-computer graphics, Circle, painting line, polygon drawing, filling.
Platform: | Size: 97280 | Author: 聪聪 | Hits:

[Graph DrawingPolygonCutClip

Description: 多边形剪裁算法的程序实现。画图程序写在override的OnDraw(CDC *pDC)里边。-polygon clipping algorithm processes. Drawing program written in the override OnDraw (CDC* pDC) inside.
Platform: | Size: 30720 | Author: 朱麟 | Hits:

[2D Graphic多边形裁剪程序

Description: 这是图形学中的多边形裁剪程序,可以在文档中画出一个区域,在用鼠标点击画出多边形的几个顶点,这时多边形就会按照原来画出的区域进行裁剪-this is the polygon graphics cutting procedures, the documents paint a regional, using mouse clicks draw polygons several vertex, then according to the original polygon will be the head of the regional cut
Platform: | Size: 2000896 | Author: 郑英 | Hits:

[2D GraphicToyCAD

Description: 简易的2d CAD.有很详细的注释。 实现了画圆,线,矩形,多边形,颜色,镜像,删除,缩放。 -simple 2d CAD. Very detailed comments. To achieve the Circle, line, rectangle, polygon, color images, delete, zooming.
Platform: | Size: 197632 | Author: 段鹏久 | Hits:

[OpenGL program0327401100

Description: 多边形的填充,算法可用于任何多边形的填充,只需知道它们的定点坐标就行。使用OpenGl写code-Polygon fill algorithm can be used for any polygon filling, they know only the sentinel coordinates on the line. Use OpenGl write code
Platform: | Size: 54272 | Author: 丁钱飞 | Hits:

[Graph Drawingtuxingzuoye

Description: c语言写的绘图函数,包括多边形的扫描线填充算法,编译通过。-write graphics functions, including polygon scan fill algorithm, compile.
Platform: | Size: 3072 | Author: | Hits:

[Graph Drawingduobianxing

Description: 实现多边形的裁剪以及cohen算法的多边形裁剪-achieve polygon cutting and cohen polygon clipping algorithm
Platform: | Size: 25600 | Author: | Hits:

[Graph DrawingCohencut

Description: 用Cohen算法实现多边形的裁剪,可以输入任意多边形实现裁剪.-Cohen algorithm using the polygon clipping, arbitrary polygon can be imported to achieve cutting.
Platform: | Size: 1024 | Author: 陈芳洲 | Hits:

[Special EffectsThechangeableshapeiscutout

Description: 多边形的剪裁,用VB开发,裁剪掉划定范围外的部分-polygon clipping, using VB, cutting out outside the designated part
Platform: | Size: 3072 | Author: 张敬 | Hits:

[Special EffectsPoint_In_Polygon

Description: 用VC实现判断点是否在多边形内优化的算法-with VC whether a judge within the polygon optimization algorithm
Platform: | Size: 88064 | Author: shuxiangyuan | Hits:

[OpenGL programOpenGLpolygon

Description: 本例演示了如何使用OpenGL绘制多边形。 采用OpenGL绘制图形能够使得图形的线条光滑,更美观。-the cases demonstrate how to use OpenGL rendering polygon. Rendering graphics using OpenGL graphics to make the smooth lines, a more beautiful.
Platform: | Size: 29696 | Author: 万鹏 | Hits:

[OpenGL programconcave_polygon

Description: opengl没有提供直接画凹多边形的方法 但可以通过 Tess方法实现,此程序为样例程序-opengl not provide direct painting concave polygon method but can Tess method, this procedure for the sample program
Platform: | Size: 243712 | Author: terry | Hits:

[2D GraphicCoordinateAndFillPolygon

Description: 在自定义坐标系统下进行多边形填充-since the definition of coordinate systems under Polygon Fi
Platform: | Size: 4096 | Author: | Hits:

[Graph Drawingliujunpeng20060618polygon

Description: 实验内容: 2. 实现逐边裁剪算法 2.1 段和裁剪窗口顶点坐标由鼠标输入 2.2 裁剪结果用红色绘制 实验步骤 1. 点取点菜单,在客户区中按下鼠标左键取点 2. 取点完毕后,点画菜单 多边形 把多边形画出 3. 点裁剪菜单裁剪-experiment : 2. By cutting edge achieve 2.1 of the algorithm and cutting window vertex coordinates input from the mouse findings with 2.2 Cutting red mapping experiment Step 1. Point point from the menu, the customer area from the left mouse button pressed two points. After the admission point, dotted menu Polygon Polygon put sketches of three. Cutting menus cutting point
Platform: | Size: 45056 | Author: 刘俊朋 | Hits:

[Special Effectsgeometry_c++

Description: 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm library, include the following algorithm : to determine whether the intersection of two segments to judge whether p-point of judgment, whether the point q Polygon Polygon estimate Polygon area for convex hull graham scanning
Platform: | Size: 12288 | Author: henry | Hits:

[Graph DrawingSutherland-Hodgman

Description: 在Visual C++中实现的Sutherland-Hodgman多边形裁剪算法-achieved by Sutherland-Hodgman polygon clipping algorithm
Platform: | Size: 411648 | Author: liu | Hits:

[OpenGL programPolygon-Scan

Description: 利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。 -to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
Platform: | Size: 5120 | Author: CYJ | Hits:

[2D GraphicPolygonClipper

Description: 多边形裁减,多边形之间的交、并、异或、差。-polygon reduction, polygon between pay and that the differences or, worse.
Platform: | Size: 32768 | Author: 翔苗洒 | Hits:

[OtherPolyClipDemo1

Description: An article on 2-D Polygon Clipping with the source code-An article on 2-D Polygon with the Clipping source code
Platform: | Size: 57344 | Author: | Hits:

[CSharpclippolygon

Description: 多边形的裁剪,一个很经典的算法--单边裁剪边-polygon clipping and a classic algorithm-- unilateralism cutting edge
Platform: | Size: 57344 | Author: 陈财 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net