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()
Public Function GetEvaluator As MotionEvaluator(Of Double)
public:
MotionEvaluator<double>^ GetEvaluator()
member GetEvaluator : unit -> MotionEvaluator<float>
Return Value
Type:
MotionEvaluatorDoubleThe Evaluator.
See Also