Class Location

java.lang.Object
  extended by Location

public class Location
extends Object


Constructor Summary
Location(double inx, double iny)
           
 
Method Summary
 double dist(Location l)
           
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location(double inx,
                double iny)
Method Detail

dist

public double dist(Location l)

getX

public double getX()

getY

public double getY()