搜索资源列表
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
- source code to compute the visibility polygon of a point in a polygon.
多边形裁剪算法
- 最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
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
- 一个简单的OpenGL的小程序,简单地画一个多边形,刚入门学OpenGL的可以参考一下-OpenGL a simple small program, simple to draw a polygon, just entry-study reference for the OpenGL
Polygon
- 一个用VISUAL C++编写的多边形图像窗口剪取程序。-A use VISUAL C++ Prepared polygon image window剪取procedures.
polygon
- 用VC++的开发的绘制多边形的源代码,演示了如何用C++绘制图形-Using VC++ the development of polygon rendering the source code, demonstrates how to use C++ rendering graphics
polygon
- 窗口形状设计,想设计什么样子的窗口就什么样子的窗口,三角形,五边形,不规则等等,都可-Dialog design,you can design your dialog as polygon,like Triangle or Pentagon or other you want it to be.
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.