dasp.model
Class Location

java.lang.Object
  extended by dasp.model.Location

public class Location
extends Object


Constructor Summary
Location(double x, double y, double z)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location(double x,
                double y,
                double z)
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()