文件名称:geometry_c++
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 12.68kb
- 下载次数:
- 0次
- 提 供 者:
- he***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
计算几何学常用算法库 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
代码内容 计算几何学常用算法库,包括以下算法:
确定两条线段是否相交
判断点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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 39709599geometry_c .zip 列表 计算几何学/ 计算几何学/GEOMETRY.H 计算几何学/GRAHAM.CPP 计算几何学/GRAHAM.ICC 计算几何学/GRAHAM.IN 计算几何学/GRAHAM.IRS 计算几何学/GRAHAM.OUT 计算几何学/GRAHAM.SOL 计算几何学/InsidePolygon.in 计算几何学/InsidePolygon.out 计算几何学/Inside_Polygon.cpp 计算几何学/intersect.cpp 计算几何学/intersect.in 计算几何学/intersect.out 计算几何学/POLYGON.CPP 计算几何学/POLYGON.IN 计算几何学/POLYGON.OUT 计算几何学/TEST.CPP 计算几何学/TEST.IN 计算几何学/TEST.OUT 计算几何学/test_geometry.cpp