Class NegateEventFunction<S extends EventFunction>

java.lang.Object
org.orekit.propagation.events.functions.NegateEventFunction<S>
All Implemented Interfaces:
EventFunction, EventFunctionModifier

public class NegateEventFunction<S extends EventFunction> extends Object implements EventFunctionModifier
Negated event function.
Since:
14.0
Author:
Romain Serra
  • Constructor Details

    • NegateEventFunction

      public NegateEventFunction(S baseFunction)
      Constructor.
      Parameters:
      baseFunction - event function to negate
  • Method Details