vitro.plane
Class AlignedBox

java.lang.Object
  extended by vitro.plane.Bound
      extended by vitro.plane.AlignedBox

public class AlignedBox
extends Bound


Field Summary
 Position point0
           
 Position point1
           
 
Constructor Summary
AlignedBox(double x0, double y0, double x1, double y1)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point0

public final Position point0

point1

public final Position point1
Constructor Detail

AlignedBox

public AlignedBox(double x0,
                  double y0,
                  double x1,
                  double y1)