Click or drag to resize

EquationOfEquinoxes.GetEquationOfTheEquinoxesEvaluator 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: 25.1.421.0 (25.1.421.0)
Syntax
public MotionEvaluator<double> GetEquationOfTheEquinoxesEvaluator()

Return Value

Type: MotionEvaluator<Double>
An evaluator that evaluates the equation of the equinoxes.
See Also