文件名称:chull
介绍说明--下载内容均来自于网络,请自行研究使用
This code is described in \"Computational Geometry in C\" (Second Edition),
Chapter 4. It is not written to be comprehensible without the
explanation in that book.
Input: 3n integer coordinates for the points.
Output: the 3D convex hull, in postscr ipt with embedded comments
showing the vertices and faces.
Compile: gcc -o chull chull.c (or simply: make)
Chapter 4. It is not written to be comprehensible without the
explanation in that book.
Input: 3n integer coordinates for the points.
Output: the 3D convex hull, in postscr ipt with embedded comments
showing the vertices and faces.
Compile: gcc -o chull chull.c (or simply: make)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 27796688chull.rar 列表 chull\chull.c chull\i.cube chull\macros.h chull\Makefile chull\README.chull chull