|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Vector3DFunction
This interface is a time-dependent function representing a generic vector 3D.
| Method Summary | |
|---|---|
Vector3D |
getVector3D(AbsoluteDate date)
Get the vector at a given date. |
Vector3D |
integral(double x0,
double xf)
Returns the integral of the vector function in the given interval. |
Vector3DFunction |
nthDerivative(int order)
Compute the Vector3DFunction representing the n-th derivative of the current vector function. |
| Methods inherited from interface org.apache.commons.math3.analysis.UnivariateVectorFunction |
|---|
value |
| Method Detail |
|---|
Vector3D getVector3D(AbsoluteDate date)
throws OrekitException
Vector3D class.
date - the date
OrekitException - if vector3D cannot be computedVector3DFunction nthDerivative(int order)
Vector3DFunction representing the n-th derivative of the current vector function. The derivation
can be analytical or numerical, depending on the current vector function.
order - the order n
Vector3D integral(double x0,
double xf)
x0 - the lower bound of the interval.xf - the upper bound of the interval.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||