Click or drag to resize

DynamicMatrix.GetEvaluator 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: 25.1.421.0 (25.1.421.0)
Syntax
public DynamicMatrixEvaluator GetEvaluator()

Return Value

Type: DynamicMatrixEvaluator
An evaluator for this instance.
See Also