Click or drag to resize

AxesLocalVerticalLocalHorizontalGetEvaluator 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 Point's Axes to a new Axes defined by the Local Vertical Local Horizontal convention at a given JulianDate. The new axes will be represented by a Motion<UnitQuaternion, Cartesian> specifying the orientation of these Axes. Derivative information is provided if Point provides derivatives. An InvalidOperationException is thrown if Point does not at least provide its velocity.
(Overrides AxesGetEvaluator(EvaluatorGroup).)
Top
See Also