Click or drag to resize

EquationOfEquinoxesGetEquationOfTheEquinoxesEvaluator Method

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.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MotionEvaluator<double> GetEquationOfTheEquinoxesEvaluator()

Return Value

Type: MotionEvaluatorDouble
An evaluator that evaluates the equation of the equinoxes.
See Also