Uses of Class
org.orekit.files.ccsds.ndm.adm.apm.Euler
-
Packages that use Euler Package Description org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message. -
-
Uses of Euler in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm that return Euler Modifier and Type Method Description Euler
ApmData. getEulerBlock()
Get the Euler angles logical block.Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type Euler Modifier and Type Method Description boolean
EulerKey. process(ParseToken token, ContextBinding context, Euler container)
Process one token.Constructors in org.orekit.files.ccsds.ndm.adm.apm with parameters of type Euler Constructor Description ApmData(CommentsContainer commentsBlock, AbsoluteDate epoch, ApmQuaternion quaternionBlock, Euler eulerBlock, AngularVelocity angularVelocityBlock, SpinStabilized spinStabilizedBlock, Inertia inertia)
Simple constructor.
-