public static interface AdapterPropagator.DifferentialEffect
| Modifier and Type | Method and Description |
|---|---|
SpacecraftState |
apply(SpacecraftState original)
Apply the effect to a
spacecraft state. |
SpacecraftState apply(SpacecraftState original) throws PatriusException
spacecraft state.
Applying the effect may be a no-op in some cases. A typical example is maneuvers, for which the state is changed only for time after the maneuver occurrence.
original - original state without the effectPatriusException - if effect cannot be computedCopyright © 2024 CNES. All rights reserved.