Click or drag to resize

ReferenceFrameEvaluatorEvaluate Method

Overload List
  NameDescription
Public methodEvaluate(JulianDate)
Gets the transformation that will transform a point expressed in the frame in which this frame is defined and express it in this frame. This method is equivalent to calling Evaluate(JulianDate, Int32) with an order of 0.
(Overrides EvaluatorTEvaluate(JulianDate).)
Public methodEvaluate(JulianDate, Int32)
Gets the transformation that will transform a point expressed in the frame in which this frame is defined and express it in this frame.
Public methodEvaluate(TimeInterval, Duration)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from EvaluatorT.)
Public methodEvaluate(JulianDate, JulianDate, Duration)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from EvaluatorT.)
Public methodEvaluate(TimeInterval, Duration, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from EvaluatorT.)
Public methodEvaluate(JulianDate, JulianDate, Duration, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from EvaluatorT.)
Top
See Also