Click or drag to resize

IauOrientationAxesGetEvaluator Method (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.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override AxesEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators that are often evaluated at the same Julian dates, common computations can be performed only once for the entire group instead of multiple times for each evaluator.

Return Value

Type: AxesEvaluator
The axes evaluator.
See Also