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