Convex hull data utility. Copyright Tokamak Ltd. 2003

Usage:

ADJACENCY input_file output_file [qhull_options]

Example:

ADJACENCY rock.txt rock.bin

Purpose:

To generate convex geometry binary data file for use by Tokamak physics library.

Input file format:
Ascii number separate by space. The first number is the number of vertices in the convex object. Then follow by triples of numbers specifying each vertices in object's space.

Note:

Adjacency uses the Qhull library. For more information visit www.qhull.org. Also see qhull.txt for copyright information regarding Qhull.