Click or drag to resize

SinglePointStoppablePropagatorPropagateUntilStop Method (JulianDate, MotionCartesian, IntegrationSense, ITrackCalculationProgress)

Propagates a Point forward in time from the initial conditions.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SinglePointStoppablePropagatorResults PropagateUntilStop(
	JulianDate initialDate,
	Motion<Cartesian> initialState,
	IntegrationSense direction,
	ITrackCalculationProgress progressTracker
)

Parameters

initialDate
Type: AGI.Foundation.TimeJulianDate
The date to start propagating from.
initialState
Type: AGI.FoundationMotionCartesian
The initial MotionT to start propagating from.
direction
Type: AGI.Foundation.NumericalMethodsIntegrationSense
Should propagation go forward or backward.
progressTracker
Type: AGI.FoundationITrackCalculationProgress
An optional progress tracker.

Return Value

Type: SinglePointStoppablePropagatorResults
The ephemeris and found events for this propagation run.
See Also