Computational Geometry Package

This package provides computational geometry algorithms and data structures. This is a templated class library. Thus there is no library to compile or link with. Just include the appropriate header files in your application code when you compile. All classes and functions are in the geom namespace.

The geom package is composed of five sub-packages:

Note that I don't have a point or vector class. For this functionality I use the std::tr1::array class.


STLib Home / http://www.its.caltech.edu/~sean/ / at(sean, dot(caltech, edu))