Click or drag to resize

PointFixedAtJulianDateGetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator
Gets an evaluator that can be used to find the motion of this point in its parent reference frame at a given date. Consider using the methods of GeometryTransformer instead of calling this method directly. See GetEvaluator(EvaluatorGroup) for more details.
(Inherited from Point.)
Public methodGetEvaluator(EvaluatorGroup)
Gets an evaluator that can be used to find the Motion<Cartesian> of this point in its parent ReferenceFrame (or in the optional FixedWithRespectTo frame) 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 PointGetEvaluator(EvaluatorGroup).)
Top
See Also