Click or drag to resize

Iau1980NutationGetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator

Gets an evaluator to evaluate the nutation at given dates.

The result of evaluating will be a Motion<Nutation> which represents the nutation angles and may also provide their derivatives. To check whether a particular NutationModel provides nutation rates, see the Order property on the result returned from the evaluator.

(Inherited from NutationModel.)
Public methodGetEvaluator(EvaluatorGroup)

Gets an evaluator to compute the Nutation for a specified JulianDate.

The result of evaluating will be a Motion<Nutation> which represents the nutation angles. This does not provide any derivatives.

(Overrides NutationModelGetEvaluator(EvaluatorGroup).)
Top
See Also