Package | Description |
---|---|
fr.cnes.sirius.patrius.attitudes.orientations |
Modifier and Type | Interface and Description |
---|---|
interface |
OrientationAngleLaw
Interface that must be implemented by an orientation angle law, i.e.
|
interface |
OrientationAngleLeg
Interface that must be implemented by an orientation angle provider which is also a leg, i.e.
|
interface |
OrientationAngleProfile
This interface gathers the classes that represents an orientation angle profile that can be
harmonic or polynomial.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrientationAngleLeg
This abstract class aims at defining all common features to classes representing the leg of an
OrientationAngleLeg . |
class |
AbstractOrientationAngleProfile
This abstract class aims at defining all common features to classes representing the angular
velocities profile of an
OrientationAngleLeg . |
class |
ConstantOrientationAngleLaw
This class aims at creating an orientation angle law whose orientation angle is constant.
|
class |
ConstantOrientationAngleLeg
This class aims at creation an orientation angle leg whose orientation angle is constant in its
interval of validity.
|
class |
OrientationAngleLawLeg
This class represents an
OrientationAngleLaw on which an interval of validity is defined
(whose borders are closed points). |
class |
OrientationAngleLegsSequence<L extends OrientationAngleLeg>
This class handles a sequence of one or several
OrientationAngleLeg . |
class |
OrientationAngleProfileSequence
This class handles a sequence of one or several
OrientationAngleProfile . |
Modifier and Type | Method and Description |
---|---|
OrientationAngleProvider |
OrientationAngleTransform.getOrientationAngleProvider()
The orientation angle provider which provides an angle through time.
|
Constructor and Description |
---|
OrientationAngleTransform(Transform reference,
Vector3D axis,
OrientationAngleProvider orientationAngleProvider)
Constructor.
|
Copyright © 2023 CNES. All rights reserved.