TwoBodyStateTransitionMatrixPropagator Constructor (TwoBodyPropagator) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TwoBodyStateTransitionMatrixPropagator(
TwoBodyPropagator twoBodyPropagator
)
Public Sub New (
twoBodyPropagator As TwoBodyPropagator
)
public:
TwoBodyStateTransitionMatrixPropagator(
TwoBodyPropagator^ twoBodyPropagator
)
new :
twoBodyPropagator : TwoBodyPropagator -> TwoBodyStateTransitionMatrixPropagator
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