Click or drag to resize

DoubleMotionInterpolatorGetEvaluator Method

Gets an evaluator that interpolates and extrapolates over Motions of double values.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MotionEvaluator<double> GetEvaluator()

Return Value

Type: MotionEvaluatorDouble
The Evaluator.
See Also