quickhull3d
Class SimpleExample

java.lang.Object
  extended by quickhull3d.SimpleExample

public class SimpleExample
extends java.lang.Object

Simple example usage of QuickHull3D. Run as the command

   java quickhull3d.SimpleExample
 


Constructor Summary
SimpleExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run for a simple demonstration of QuickHull3D.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleExample

public SimpleExample()
Method Detail

main

public static void main(java.lang.String[] args)
Run for a simple demonstration of QuickHull3D.