Click or drag to resize

MotionEvaluatorT, TDerivativeEvaluateMotionWithoutOrder Method

Evaluates the function using a default order.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected virtual Motion<T, TDerivative> EvaluateMotionWithoutOrder(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The value with which to evaluate the function.

Return Value

Type: MotionT, TDerivative
The value of the function.
Remarks
This method is invoked when the Evaluate(JulianDate) method is called through an IEvaluator<Motion<T>> reference. If not overridden in a derived class, it calls Evaluate(TIndependent, Int32) with an order of 2.
See Also