Click or drag to resize

VectorGetEvaluator Method

Gets an evaluator that can be used to find the Motion<Cartesian> of this vector at a given date with respect to the axes in which it is defined. See GetEvaluator(EvaluatorGroup) for details.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorEvaluator GetEvaluator()

Return Value

Type: VectorEvaluator
An evaluator for this vector.
See Also