搜索资源列表
polygon.rar
- source code to compute the visibility polygon of a point in a polygon.
Polygon-Scan
- 利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。 -to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
point-in-polygon
- 射线法判断点是否在多边形内部.多边形顶点坐标通过文件polygon.txt输入,点的从标从键盘输入.-ray method to judge whether a polygon internal. Polygon vertices through documents polygon.tx t input, from the point of targets from the keyboard input.
polygon
- 判断检测点是否在多边形或多面体内的新方法-judge whether a polygon or a polyhedron, the new method
polygon.rar
- 用VC++的开发的绘制多边形的源代码,演示了如何用C++绘制图形,Using VC++ the development of polygon rendering the source code, demonstrates how to use C++ rendering graphics
PolyReduce.rar
- Polygon Reduction A paper and source code for a realtime polygon reduction technique. Semi feature preserving.,Polygon Reduction A paper and source code for a realtime polygon reduction technique. Semi feature preserving.
draw2.rar
- 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。,Polygon clipping process: it is more commonly used method of cutting: Sutherland-Hodgman algorithm. Thi
polygon_merge.rar
- 多边形的合并算法,该算法能够实现任意两个多边形(包括凹多边形)的合并., The polygon merge algorithm, this algorithm can realize wilfully two polygons (including concave polygon) merge
POLYGON
- OpenGL多边形填充程序源代码,实例,多样填充-OpenGL polygon fill, source code, examples, various filling
shiyan4
- 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
polygon
- 窗口形状设计,想设计什么样子的窗口就什么样子的窗口,三角形,五边形,不规则等等,都可-Dialog design,you can design your dialog as polygon,like Triangle or Pentagon or other you want it to be.
polygon
- source code to compute the visibility polygon of a point in a polygon.
Thiessen-polygon
- 自编的泰森多边形运行程序(空间,序列均包括在内)-Thiessen polygon
Polygon
- polygon implementation in csharp. this is my first program for upload.
polygon
- .net c# 判断点在任意多边形内外有完整的图形界面-. net c# to determine at any point inside and outside the polygon
Fill-Polygon
- OpenGL Fill-polygon programming source!
Polygon
- Drawing a polygon in opengl
polygon
- 用简单的C#代码实现了多边形窗体的设计,可以给入门者提供帮助-Simple C# code implements the design of polygon form
polygon
- 模拟计算机对于多边形的扫描转换操作,是计算机图形学最基本程序之一。-Analog computer for polygon scan conversion operation, one of the procedures is the most basic computer graphics.
polygon
- OpenGL:画一个多边形区域,多边形仅显示边界,并允许用户将多边形围绕原点及任意点旋转,而且能够改变多边形尺寸。本代码是以四边形为例。-Opengl:Draw a polygon, only showing the border,which allows users to rotate the polygon around any points and change the size of polygon.