Click or drag to resize

DynamicMatrixGetEvaluator Method

Gets an evaluator that can be used to find the Motion<Matrix> of this instance at a given JulianDate. See GetEvaluator(EvaluatorGroup) for more 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 DynamicMatrixEvaluator GetEvaluator()

Return Value

Type: DynamicMatrixEvaluator
An evaluator for this instance.
See Also