Constructor and Description |
---|
QuaternionDatePolynomialSegment(DatePolynomialFunctionInterface q0,
DatePolynomialFunctionInterface q1,
DatePolynomialFunctionInterface q2,
DatePolynomialFunctionInterface q3,
AbsoluteDateInterval timeInterval)
Build a quaternion polynomial guidance profile on a segment.
The polynomial representing the quaternion components are generic polynomial functions. |
Modifier and Type | Method and Description |
---|---|
DatePolynomialFunctionInterface |
DatePolynomialFunctionInterface.polynomialDerivative()
Return the derivative date polynomial function.
|
DatePolynomialFunctionInterface |
DatePolynomialFunctionInterface.primitive(AbsoluteDate date0,
double ordinate0)
Return the primitive date polynomial function at the given date and for the given function value at abscissa0.
|
Modifier and Type | Class and Description |
---|---|
class |
DatePolynomialChebyshevFunction
This class represents a Chebyshev polynomial function of date.
|
class |
DatePolynomialFunction
This class represents a polynomial function of date.
|
Copyright © 2023 CNES. All rights reserved.