Click or drag to resize

ReferenceFrameAdapterPreviousReferenceFrame Property

Gets or sets the ReferenceFrame that the element in the previous state is defined in. It is best to configure whatever is calling GetAdapter(StateElementAdapterDefinition, EvaluatorGroup) to pass in an old adapter. If there is no old defined in to work with, then the CurrentReferenceFrame will be used for both the current and previous. This only needs to be set if it there is no previous adapter to use when the computation options (evaluators, propagators...) are created. If this is set, then it should take priority over the adapter passed into GetAdapter(StateElementAdapterDefinition, EvaluatorGroup)

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReferenceFrame PreviousReferenceFrame { get; set; }

Property Value

Type: ReferenceFrame
See Also