org.orekit.attitudes
Interface AttitudeLawModifier

All Superinterfaces:
AttitudeLaw, AttitudeProvider, Serializable
All Known Implementing Classes:
ComposedAttitudeLaw, GroundPointingWrapper, SpinStabilized, YawCompensation, YawSteering

public interface AttitudeLawModifier
extends AttitudeLaw

This interface represents an attitude law that modifies/wraps another underlying law.

Since:
5.1
Author:
Luc Maisonobe

Method Summary
 AttitudeLaw getUnderlyingAttitudeLaw()
          Get the underlying attitude law.
 
Methods inherited from interface org.orekit.attitudes.AttitudeProvider
getAttitude, getAttitude, setSpinDerivativesComputation
 

Method Detail

getUnderlyingAttitudeLaw

AttitudeLaw getUnderlyingAttitudeLaw()
Get the underlying attitude law.

Returns:
underlying attitude law


Copyright © 2017 CNES. All Rights Reserved.