public class ConstantOrientationAngleLaw extends Object implements OrientationAngleLaw
Constructor and Description |
---|
ConstantOrientationAngleLaw(double orientationAngleIn)
Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getOrientationAngle(PVCoordinatesProvider pvProv,
AbsoluteDate date)
Compute the orientation angle corresponding to an orbital state.
|
public ConstantOrientationAngleLaw(double orientationAngleIn)
orientationAngleIn
- constant value of the orientation angle.public double getOrientationAngle(PVCoordinatesProvider pvProv, AbsoluteDate date) throws PatriusException
getOrientationAngle
in interface OrientationAngleProvider
pvProv
- position-velocity provider around current datedate
- datePatriusException
- thrown if the angle cannot be computedCopyright © 2020 CNES. All rights reserved.