Class dPair

java.lang.Object
  extended bydPair

public class dPair
extends java.lang.Object


Field Summary
 double X
           
 double Y
           
 
Constructor Summary
dPair()
           
dPair(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X

public double X

Y

public double Y
Constructor Detail

dPair

public dPair(double x,
             double y)

dPair

public dPair()