Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public MotionEvaluator<UnitQuaternion, Cartesian> GetEvaluator()

Return Value

Type: MotionEvaluatorUnitQuaternion, Cartesian
The evaluator.
See Also