Package org.orekit.time
Interface TimeVectorFunction
public interface TimeVectorFunction
This interface represents a multi-valued function of time.
- Author:
- Luc Maisonobe
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]value(AbsoluteDate date) Compute a function of time.<T extends CalculusFieldElement<T>>
T[]value(FieldAbsoluteDate<T> date) Compute a function of time.
-
Method Details
-
value
Compute a function of time.- Parameters:
date- date- Returns:
- value of the function
-
value
Compute a function of time.- Type Parameters:
T- type of the field elements- Parameters:
date- date- Returns:
- value of the function
-