Class LofOffsetPointing

java.lang.Object
org.orekit.attitudes.GroundPointing
org.orekit.attitudes.LofOffsetPointing
All Implemented Interfaces:
AttitudeProvider, AttitudeRotationModel, EventDetectorsProvider, ParameterDriversProvider

public class LofOffsetPointing extends GroundPointing
This class provides a default attitude provider.

The attitude pointing law is defined by an attitude provider and the satellite axis vector chosen for pointing.

Author:
Véronique Pommier-Maurussane
  • Constructor Details

    • LofOffsetPointing

      public LofOffsetPointing(Frame inertialFrame, BodyShape shape, AttitudeProvider attLaw, Vector3D satPointingVector)
      Creates new instance.
      Parameters:
      inertialFrame - frame in which orbital velocities are computed
      shape - Body shape
      attLaw - Attitude law
      satPointingVector - satellite vector defining the pointing direction
      Since:
      7.1
  • Method Details