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.2.419.0 (24.2.419.0)
Syntax
public MotionEvaluator<double> GetEvaluator()

Return Value

Type: MotionEvaluatorDouble
The Evaluator.
See Also