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: 25.1.421.0 (25.1.421.0)
Syntaxpublic MotionEvaluator<Cartesian> GetEvaluator()
Public Function GetEvaluator As MotionEvaluator(Of Cartesian)
public:
MotionEvaluator<Cartesian>^ GetEvaluator()
member GetEvaluator : unit -> MotionEvaluator<Cartesian> 
Return Value
Type: 
MotionEvaluatorCartesianThe Evaluator.
See Also