Click or drag to resize

TwoBodyStateTransitionMatrixPropagator Constructor (TwoBodyPropagator)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TwoBodyStateTransitionMatrixPropagator(
	TwoBodyPropagator twoBodyPropagator
)

Parameters

twoBodyPropagator
Type: AGI.Foundation.PropagatorsTwoBodyPropagator
A fully configured two-body state propagator that provides epoch, initial conditions, and gravitational parameter for the state transition matrix propagator.
See Also