Class Loesung56.Position

java.lang.Object
  extended by Loesung56.Position
Direct Known Subclasses:
Loesung56.GeographicPosition
Enclosing class:
Loesung56

public static class Loesung56.Position
extends Object


Field Summary
protected  double x
           
protected  double y
           
 
Constructor Summary
Loesung56.Position(double y, double x)
           
 
Method Summary
 double distanceFrom(Loesung56.Position other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

y

protected double y

x

protected double x
Constructor Detail

Loesung56.Position

public Loesung56.Position(double y,
                          double x)
Method Detail

distanceFrom

public double distanceFrom(Loesung56.Position other)


Gehe zurueck zur Tutoriums-Homepage