T - Type of the object.public interface TimeShiftable<T extends TimeShiftable<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
shiftedBy(double dt)
Get a time-shifted instance.
|
T shiftedBy(double dt) throws PatriusException
dt - time shift in secondsPatriusException - if attitude cannot be computed
if attitude events cannot be computedCopyright © 2024 CNES. All rights reserved.