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: 23.1.416.0 (23.1.416.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