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)
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 effectCopyright © 2002-2022 CS GROUP. All rights reserved.