Description: 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 postscript with embedded comments
showing the vertices and faces.
Compile: gcc-o chull chull.c (or simply: make)
- [arm] - This code is described in Computational
- [inpoly] - This code is described in Computational
- [chull_3dConvexHull] - computer 3D convex hull of a set of poin
- [convex-hull] - This code computes the 3D convex hull of
File list (Check if you may need any files):