Click or drag to resize

TranslationalMotionInterpolatorGetEvaluator Method

Gets an evaluator that interpolates and extrapolates translational motion represented as Cartesian coordinates.

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<Cartesian> GetEvaluator()

Return Value

Type: MotionEvaluatorCartesian
The Evaluator.
See Also