Click or drag to resize

IauOrientationAxesGetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator
Gets an evaluator that can be used to find the transformation from this axes' parent axes to this axes at a given date. Consider using the methods of GeometryTransformer instead of calling this method directly. See GetEvaluator(EvaluatorGroup) for details.
(Inherited from Axes.)
Public methodGetEvaluator(EvaluatorGroup)

Gets an evaluator that can be used to find the orientation of a CentralBody based on the angles provided by the OrientationFunction.

The result of evaluating will be a Motion<UnitQuaternion, Cartesian> at a given JulianDate. If evaluated with an order greater than zero, the result will include the angular velocity of the CentralBody expressed in the Axes held in DefinedInIntervals[0] which corresponds to the inertial Axes of the SolarSystemBarycenter from GetFromContext.

(Overrides AxesGetEvaluator(EvaluatorGroup).)
Top
See Also