public interface IParameterizableFunction extends IParameterizable
This class is used to define a parameterizable function. This function is composed of Parameter such as : f(t) = a * t + b, with a and b Parameter
The method value
return the value of the function depending on the spacecraft state
state
Modifier and Type | Method and Description |
---|---|
double |
value(SpacecraftState state)
Getting the value of the function.
|
getParameters, supportsParameter
double value(SpacecraftState state)
state
- the spacecraft stateCopyright © 2019 CNES. All Rights Reserved.