Uses of Interface
org.orekit.utils.ExtendedStateScalarFunction
-
Packages that use ExtendedStateScalarFunction Package Description org.orekit.propagation.events.functions This package provides built-in implementations ofEventFunction.org.orekit.utils This package provides useful objects. -
-
Uses of ExtendedStateScalarFunction in org.orekit.propagation.events.functions
Methods in org.orekit.propagation.events.functions that return ExtendedStateScalarFunction Modifier and Type Method Description ExtendedStateScalarFunctionShiftedEventFunction. getTimeShiftFunction()Getter for time shift function.Constructors in org.orekit.propagation.events.functions with parameters of type ExtendedStateScalarFunction Constructor Description ShiftedEventFunction(EventFunction baseFunction, ExtendedStateScalarFunction timeShiftFunction)Constructor. -
Uses of ExtendedStateScalarFunction in org.orekit.utils
Methods in org.orekit.utils that return ExtendedStateScalarFunction Modifier and Type Method Description static ExtendedStateScalarFunctionExtendedStateScalarFunction. of(ToDoubleFunction<SpacecraftState> function)Create instance from pure double function.
-