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: 25.1.421.0 (25.1.421.0)
Syntax
public TwoBodyStateTransitionMatrixPropagator(
	TwoBodyPropagator twoBodyPropagator
)

Parameters

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