Click or drag to resize

AxesFixedAtJulianDateGetEvaluator 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 Motion<UnitQuaternion, Cartesian> of this axes in its parent Axes (or in the optional FixedWithRespectTo axes) at a given JulianDate. If the user requests derivative information, the motion will contain values up to either the requested order, or the highest order that the evaluator can compute. Consider using the methods of GeometryTransformer instead of calling this method directly.
(Overrides AxesGetEvaluator(EvaluatorGroup).)
Top
See Also