public interface Vector3DFunction extends UnivariateVectorFunction
Modifier and Type | Method and Description |
---|---|
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. |
value
Vector3D getVector3D(AbsoluteDate date) throws PatriusException
Vector3D
class.date
- the datePatriusException
- 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 nVector3D integral(double x0, double xf)
x0
- the lower bound of the interval.xf
- the upper bound of the interval.Copyright © 2018 CNES. All Rights Reserved.