Click or drag to resize

AxesInAxesGetEvaluator 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 transformation from InAxes to the AxesToObserve. The transformation is represented by a Motion<UnitQuaternion, Cartesian> at a given JulianDate. If both axes provide derivative information, the derivative information will be transformed accordingly for the new axes.
(Overrides AxesGetEvaluator(EvaluatorGroup).)
Top
See Also