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: 25.1.421.0 (25.1.421.0)
Syntax
public MotionEvaluator<double> GetEvaluator()

Return Value

Type: MotionEvaluatorDouble
The Evaluator.
See Also