Click or drag to resize

ReferenceFrameEvaluator.Evaluate 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 Evaluator<T>.Evaluate(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 Evaluator<T>.)
Public methodEvaluate(JulianDate, JulianDate, Duration)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from Evaluator<T>.)
Public methodEvaluate(TimeInterval, Duration, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from Evaluator<T>.)
Public methodEvaluate(JulianDate, JulianDate, Duration, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from Evaluator<T>.)
Top
See Also