Package | Description |
---|---|
fr.cnes.sirius.patrius.attitudes.profiles |
Modifier and Type | Class and Description |
---|---|
class |
AngularVelocitiesPolynomialSlew
An attitude angular velocities profile slew, whose x-y-z components are represented with
polynomial functions.
|
Modifier and Type | Method and Description |
---|---|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.copy(AbsoluteDateInterval newInterval)
Creates a new legs sequence from this one.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.copy(AbsoluteDateInterval newInterval,
boolean strict)
Creates a new legs sequence from this one.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.head(AbsoluteDate toT)
Returns a new sequence from the beginning to the given element.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.head(AbsoluteDate toT,
boolean strict)
Returns a new sequence from the beginning to the given element.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.sub(AbsoluteDate fromT,
AbsoluteDate toT)
Returns a new sequence extracted.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.sub(AbsoluteDate fromT,
AbsoluteDate toT,
boolean strict)
Returns a new sequence extracted.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.sub(AbsoluteDateInterval interval)
Returns a new sequence extracted.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.sub(AbsoluteDateInterval interval,
boolean strict)
Returns a new sequence extracted.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.tail(AbsoluteDate fromT)
Returns a new sequence from the given element to the end of the sequence.
|
AngularVelocitiesPolynomialProfile |
AngularVelocitiesPolynomialProfile.tail(AbsoluteDate fromT,
boolean strict)
Returns a new sequence from the given element to the end of the sequence.
|
Copyright © 2023 CNES. All rights reserved.