文件名称:geometry_c++
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12kb
- 下载次数:
- 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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
计算几何学
..........\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
..........\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