PartialDerivativesEvaluator.Evaluate Method |
Name | Description | |
---|---|---|
![]() | Evaluate(JulianDate) |
Calls EvaluatePartialsOfChildren(JulianDate) to calculate the partials derivatives of DependentVariable
with respect to all variables in IndependentVariables except for DependentVariable, and then adds
on the terms for the partial derivatives of DependentVariable with respect to itself, if necessary.
(Overrides MotionEvaluator<T>.Evaluate(JulianDate).) |
![]() | Evaluate(JulianDate, Int32) | PartialDerivativeEvaluators only calculate zeroth order values,
this method returns a Motion<T> of order zero regardless of the requested order.
(Overrides MotionEvaluator<T>.Evaluate(JulianDate, Int32).) |
![]() | Evaluate(TimeInterval, Duration, Int32) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.) |
![]() | Evaluate(JulianDate, JulianDate, Duration, Int32) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.) |
![]() | Evaluate(TimeInterval, Duration, Int32, ITrackCalculationProgress) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.) |
![]() | Evaluate(JulianDate, JulianDate, Duration, Int32, ITrackCalculationProgress) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.) |