NumericalPropagatorReset Method (JulianDate, Double) |
Resets the propagation to a new set of initial conditions at the epoch time.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Reset(
JulianDate newEpoch,
double[] newInitialState
)
Public Sub Reset (
newEpoch As JulianDate,
newInitialState As Double()
)
public:
void Reset(
JulianDate newEpoch,
array<double>^ newInitialState
)
member Reset :
newEpoch : JulianDate *
newInitialState : float[] -> unit
Parameters
- newEpoch
- Type: AGI.Foundation.TimeJulianDate
The new epoch corresponding to the initial state. - newInitialState
- Type: SystemDouble
The new initial state corresponding to the propagation epoch.
Use the AdjustStateT(String, Double, MotionT) method on the
Converter property to easily create a new initial state vector.
See Also