RotationalMotionInterpolatorGetEvaluator Method |
Gets an evaluator that interpolates and extrapolates rotational motion with the rotation represented as a
Quaternion and derivatives represented as rotation vectors.
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<UnitQuaternion, Cartesian> GetEvaluator()
Public Function GetEvaluator As MotionEvaluator(Of UnitQuaternion, Cartesian)
public:
MotionEvaluator<UnitQuaternion, Cartesian>^ GetEvaluator()
member GetEvaluator : unit -> MotionEvaluator<UnitQuaternion, Cartesian>
Return Value
Type:
MotionEvaluatorUnitQuaternion,
CartesianThe evaluator.
See Also