|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameterizableFunction
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
Method Summary | |
---|---|
double |
value(SpacecraftState state)
Getting the value of the function. |
Methods inherited from interface org.orekit.parameter.IParameterizable |
---|
getParameters, supportsParameter |
Method Detail |
---|
double value(SpacecraftState state)
state
- the spacecraft state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |