Click or drag to resize

ClassicalEquationOfEquinoxesGetEquationOfTheEquinoxesEvaluator Method

Overload List
  NameDescription
Public methodGetEquationOfTheEquinoxesEvaluator

Gets an evaluator to compute the equation of the equinoxes.

The result of evaluating will be a Motion<double> which represents the value of the equation of the equinoxes representing the offset between the mean and apparent equinoxes at the given JulianDate. No derivatives are provided.

The equation of the equinox uses a NutationModel and PrecessionModel defined by the instance of EarthCentralBody in the CentralBodiesFacet of the CalculationContext.

(Inherited from EquationOfEquinoxes.)
Public methodGetEquationOfTheEquinoxesEvaluator(EvaluatorGroup)

Gets an evaluator to compute the equation of the equinoxes.

The result of evaluating will be a Motion<double> which represents the value of the equation of the equinoxes representing the offset between the mean and apparent equinoxes at the given JulianDate. No derivatives are provided.

The equation of the equinox uses a NutationModel and PrecessionModel defined by the instance of EarthCentralBody in the CentralBodiesFacet of the CalculationContext.

(Overrides EquationOfEquinoxesGetEquationOfTheEquinoxesEvaluator(EvaluatorGroup).)
Top
See Also