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