rlgamekit.fieldofview
Class Interval

java.lang.Object
  extended by rlgamekit.fieldofview.Interval

public class Interval
extends java.lang.Object

Intervals (ranges) in the mathematical sense. No operations are defined yet.


Field Summary
 double high
           
 double low
           
 
Constructor Summary
Interval()
           
Interval(double l, double h)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

low

public double low

high

public double high
Constructor Detail

Interval

public Interval()

Interval

public Interval(double l,
                double h)