Class delaunayN4

java.lang.Object
  extended by delaunayN4

public class delaunayN4
extends java.lang.Object

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

Input on stdin - a sequence of triples of reals

Output on stderr - debugging information followed by a Triangular Mesh

Output on stdout - VRML .wrl file suitable for viewing the triangulation. The lower hull of the paraboloid and the planar triangulation are both shown


Constructor Summary
delaunayN4()
           
 
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

delaunayN4

public delaunayN4()
Method Detail

main

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

Throws:
java.io.IOException