public final class DirectionTrackingOrientation extends Object implements IOrientationLaw
Constructor and Description |
---|
DirectionTrackingOrientation(IDirection direction,
Vector3D satelliteAxis,
Vector3D satelliteFixedAxis)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Rotation |
getOrientation(AbsoluteDate date,
Frame frame)
Gets the rotation defining the orientation with respect to a given frame at a given date.
|
public DirectionTrackingOrientation(IDirection direction, Vector3D satelliteAxis, Vector3D satelliteFixedAxis)
direction
- : the direction that has to be followedsatelliteAxis
- : satellite axis aligned with the first directionsatelliteFixedAxis
- : fixed satellite axis that defines the second directionpublic Rotation getOrientation(AbsoluteDate date, Frame frame) throws PatriusException
IOrientationLaw
getOrientation
in interface IOrientationLaw
date
- dateframe
- framePatriusException
- if a problem occurs during frames transformationsCopyright © 2017 CNES. All rights reserved.