Class testArea

java.lang.Object
  extended by testArea

public class testArea
extends java.lang.Object

Exercise areaPoly2 (O'Rourke, p. 27). also areaPolygon2 (based on equation 1.9 in O'Rourke, p. 19).


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

Constructor Detail

testArea

public testArea()
Method Detail

main

public static void main(java.lang.String[] args)