org.stellarium
Class EllipticalOrbit.SolveKeplerLaguerreConwayHyp

java.lang.Object
  extended by org.stellarium.EllipticalOrbit.SolveKeplerLaguerreConwayHyp
All Implemented Interfaces:
UnaryFunction
Enclosing class:
EllipticalOrbit

 class EllipticalOrbit.SolveKeplerLaguerreConwayHyp
extends java.lang.Object
implements UnaryFunction


Field Summary
(package private)  double ecc
           
(package private)  double M
           
 
Constructor Summary
EllipticalOrbit.SolveKeplerLaguerreConwayHyp(double _ecc, double _M)
           
 
Method Summary
 double operator(double x)
          Perform the function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ecc

double ecc

M

double M
Constructor Detail

EllipticalOrbit.SolveKeplerLaguerreConwayHyp

EllipticalOrbit.SolveKeplerLaguerreConwayHyp(double _ecc,
                                             double _M)
Method Detail

operator

public double operator(double x)
Description copied from interface: UnaryFunction
Perform the function.

Specified by:
operator in interface UnaryFunction
Parameters:
x - The variable
Returns:
The function result