| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.attitudes.profiles | |
| fr.cnes.sirius.patrius.math.analysis.polynomials |
| Modifier and Type | Method and Description |
|---|---|
DatePolynomialFunctionInterface |
QuaternionDatePolynomialSegment.getQ0Polynomial()
Getter for the polynomial function of date representing the q0 quaternion component.
|
DatePolynomialFunctionInterface |
QuaternionDatePolynomialSegment.getQ1Polynomial()
Getter for the polynomial function of date representing the q1 quaternion component.
|
DatePolynomialFunctionInterface |
QuaternionDatePolynomialSegment.getQ2Polynomial()
Getter for the polynomial function of date representing the q2 quaternion component.
|
DatePolynomialFunctionInterface |
QuaternionDatePolynomialSegment.getQ3Polynomial()
Getter for the polynomial function of date representing the q3 quaternion component.
|
| Constructor and Description |
|---|
QuaternionDatePolynomialSegment(DatePolynomialFunctionInterface q0,
DatePolynomialFunctionInterface q1,
DatePolynomialFunctionInterface q2,
DatePolynomialFunctionInterface q3,
AbsoluteDateInterval timeInterval,
boolean needsNormalizationIn)
Build a quaternion polynomial guidance profile on a segment.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DatePolynomialFunctionInterface |
DatePolynomialFunctionInterface.copy(AbsoluteDate newOriginDate)
Build a new date polynomial function whose value over time is the same as this (same degree), only the origin
date is different what may modify the time factor and/or the polynomial coefficients (pending the polynomial
type).
|
DatePolynomialFunctionInterface |
DatePolynomialFunctionInterface.derivative()
Getter for the derivative date polynomial function.
|
DatePolynomialFunctionInterface |
DatePolynomialFunctionInterface.primitive(AbsoluteDate date0,
double ordinate0)
Getter for the primitive date polynomial function at the given date and for the given function value at
abscissa0.
|
Copyright © 2025 CNES. All rights reserved.