Java Quickhull 3D implementation
### Dependencies:
- core.jar - Processing 1.5.1
- PeasyCam.jar - PeasyCam library, by Jonathan Feinberg
both jar files can be found in the lib-directory.
## Details A detailed description of the algorithm and some documentation is posted here:
http://thomasdiewald.com/blog/?p=1888
## Iteration Modes (Stack Traversal)
LIFO (left) vs FIFO (right) after 2000 iterations.
## One Iteration