AxesInterpolator.GetEvaluator Method |
Name | Description | |
---|---|---|
![]() | GetEvaluator() |
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.) |
![]() | GetEvaluator(EvaluatorGroup) |
Gets an evaluator that can be used to find the transformation from the ReferenceAxes
to the orientation produced by the Interpolator at a given JulianDate.
The orientation is represented by a
Motion<UnitQuaternion, Cartesian>,
including derivative information if available from Interpolator.
Consider using the methods of GeometryTransformer
instead of calling this method directly.
(Overrides Axes.GetEvaluator(EvaluatorGroup).) |