public class CustomConstantAttitudeLaw extends org.orekit.attitudes.ConstantAttitudeLaw implements CustomAttitudeLaw
| Constructor and Description |
|---|
CustomConstantAttitudeLaw(org.orekit.frames.Frame referenceFrame)
The rotation from reference frame to satellite frame is zero.
|
CustomConstantAttitudeLaw(org.orekit.frames.Frame referenceFrame,
CustomRotation rotation) |
| Modifier and Type | Method and Description |
|---|---|
org.orekit.frames.Frame |
getReferenceFrame()
Getter for the reference frame.
|
CustomRotation |
getRotation()
Getter for the rotation from reference frame to satellite frame.
|
String |
toString() |
getAttitude, getSpinDerivativesComputation, setSpinDerivativesComputationpublic CustomConstantAttitudeLaw(org.orekit.frames.Frame referenceFrame,
CustomRotation rotation)
referenceFrame - the reference framerotation - rotation from reference frame to satellite frameConstantAttitudeLaw.ConstantAttitudeLaw(Frame, Rotation)public CustomConstantAttitudeLaw(org.orekit.frames.Frame referenceFrame)
referenceFrame - the reference frameConstantAttitudeLaw.ConstantAttitudeLaw(Frame, Rotation)public org.orekit.frames.Frame getReferenceFrame()
public CustomRotation getRotation()
Copyright © 2017. All rights reserved.