Click or drag to resize

ParameterizedMotionEvaluator2TParameter1, TParameter2, TResultEvaluate Method (JulianDate, Int32, TParameter1, TParameter2)

Evaluates this parameterized evaluator.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<TResult> Evaluate(
	JulianDate date,
	int order,
	TParameter1 parameter1,
	TParameter2 parameter2
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to evaluate.
order
Type: SystemInt32
The order at which to evaluate.
parameter1
Type: TParameter1
The value of the first parameter.
parameter2
Type: TParameter2
The value of the second parameter.

Return Value

Type: MotionTResult
The result of evaluating with the parameters.
See Also