Class delaunayN2

java.lang.Object
  extended by delaunayN2

public class delaunayN2
extends java.lang.Object

Delaunay Triangulation in 2D in O(n^2) time (O'Rourke, p. 189).

Derived from constructHull.java (O'Rourke, p. 129)


Constructor Summary
delaunayN2()
           
 
Method Summary
static void main(java.lang.String[] args)
          main program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

delaunayN2

public delaunayN2()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
main program

Throws:
java.io.IOException