Uses of Interface
org.orekit.attitudes.AttitudeProviderModifier
-
Packages that use AttitudeProviderModifier Package Description org.orekit.attitudes This package provides classes to represent simple attitudes. -
-
Uses of AttitudeProviderModifier in org.orekit.attitudes
Classes in org.orekit.attitudes that implement AttitudeProviderModifier Modifier and Type Class Description classGroundPointingAttitudeModifierAbstract class for attitude provider modifiers using an underlying ground pointing law.classSpinStabilizedThis class handles a spin stabilized attitude provider.classYawCompensationThis class handles yaw compensation attitude provider.classYawSteeringThis class handles yaw steering law.Methods in org.orekit.attitudes that return AttitudeProviderModifier Modifier and Type Method Description static AttitudeProviderModifierAttitudeProviderModifier. getFrozenAttitudeProvider(AttitudeProvider attitudeProvider)Wrap the input provider with a new one always returning attitudes with zero rotation rate and acceleration.
-