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: 26.1.424.0 (26.1.424.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