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
getOrientation in interface IOrientationLawdate - dateframe - framePatriusException - if a problem occurs during frames transformationsCopyright © 2025 CNES. All rights reserved.