Class ShiftedEventFunction

java.lang.Object
org.orekit.propagation.events.functions.ShiftedEventFunction
All Implemented Interfaces:
EventFunction, EventFunctionModifier

public class ShiftedEventFunction extends Object implements EventFunctionModifier
Time-shifted event function. The value can depend on the state or be constant.
Since:
14.0
Author:
Romain Serra
  • Constructor Details

    • ShiftedEventFunction

      public ShiftedEventFunction(EventFunction baseFunction, double timeShift)
      Constructor with constant shift.
      Parameters:
      baseFunction - event function to shift in time
      timeShift - shift value
    • ShiftedEventFunction

      public ShiftedEventFunction(EventFunction baseFunction, ExtendedStateScalarFunction timeShiftFunction)
      Constructor.
      Parameters:
      baseFunction - event function to shift in time
      timeShiftFunction - shift value function
  • Method Details