org.stellarium.solve
Class DoubleSolve.DoublePair

java.lang.Object
  extended by org.stellarium.solve.DoubleSolve.DoublePair
All Implemented Interfaces:
DoubleSolve.Pair
Enclosing class:
DoubleSolve

public static class DoubleSolve.DoublePair
extends java.lang.Object
implements DoubleSolve.Pair


Field Summary
 double first
           
 double second
           
 
Constructor Summary
DoubleSolve.DoublePair(double d1, double d2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public double first

second

public double second
Constructor Detail

DoubleSolve.DoublePair

public DoubleSolve.DoublePair(double d1,
                              double d2)