Click or drag to resize

SinglePointStoppablePropagatorInitializePropagator Method

Initializes the wrapped propagator with the initial state. If the initialState is null, then it is the responsibility of the calling code for the initial state passed into the PropagateUntilStop(ITimeBasedState, IEnumerableStoppingConditionEvaluator, IntegrationSense, Boolean, Int32, ITrackCalculationProgress) method to already be in the correct ReferenceFrame or Axes.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override void InitializePropagator(
	ITimeBasedState initialState
)

Parameters

initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The new initial state to propagate from. This state will be processed by the Adapters.
See Also