文件名称:qhull
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-08-01
- 文件大小:
- 289kb
- 下载次数:
- 0次
- 提 供 者:
- 邓**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
qhull生成算法,纯c语言实现。
通过顶点生成convex hull的快速算法,也会生成delaunay三角形和Voronoi图。- Qhull is a general dimension convex hull program that reads a set of points from stdin, and outputs the smallest convex set that contains the points to stdout. It also generates Delaunay triangulations, Voronoi diagrams, furthest-site Voronoi diagrams, and halfspace intersections about a point.
Rbox is a useful tool in generating input for Qhull it generates hypercubes, diamonds, cones, circles, simplices, spirals,
lattices, and random points.
通过顶点生成convex hull的快速算法,也会生成delaunay三角形和Voronoi图。- Qhull is a general dimension convex hull program that reads a set of points from stdin, and outputs the smallest convex set that contains the points to stdout. It also generates Delaunay triangulations, Voronoi diagrams, furthest-site Voronoi diagrams, and halfspace intersections about a point.
Rbox is a useful tool in generating input for Qhull it generates hypercubes, diamonds, cones, circles, simplices, spirals,
lattices, and random points.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
src\Changes.txt
...\geom.c
...\geom.h
...\geom2.c
...\global.c
...\index.htm
...\io.c
...\io.h
...\Make-config.sh
...\Makefile.txt
...\Mborland
...\mem.c
...\mem.h
...\merge.c
...\merge.h
...\poly.c
...\poly.h
...\poly2.c
...\qconvex.c
...\qdelaun.c
...\qh-geom.htm
...\qh-globa.htm
...\qh-io.htm
...\qh-mem.htm
...\qh-merge.htm
...\qh-poly.htm
...\qh-qhull.htm
...\qh-set.htm
...\qh-stat.htm
...\qh-user.htm
...\qhalf.c
...\qhull.c
...\qhull.h
...\qhull_a.h
...\qhull_interface.cpp
...\qset.c
...\qset.h
...\qvoronoi.c
...\rbox.c
...\stat.c
...\stat.h
...\unix.c
...\user.c
...\user.h
...\user_eg.c
...\user_eg2.c
src