|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.attitudes.InertialLaw
public class InertialLaw
This class handles an inertial attitude law.
Instances of this class are guaranteed to be immutable.
| Field Summary | |
|---|---|
static InertialLaw |
EME2000_ALIGNED
Dummy attitude law, perfectly aligned with the EME2000 frame. |
| Constructor Summary | |
|---|---|
InertialLaw(org.apache.commons.math.geometry.Rotation rotation)
Creates new instance. |
|
| Method Summary | |
|---|---|
Attitude |
getAttitude(Orbit orbit)
Compute the attitude corresponding to an orbital state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final InertialLaw EME2000_ALIGNED
| Constructor Detail |
|---|
public InertialLaw(org.apache.commons.math.geometry.Rotation rotation)
rotation - rotation from EME2000 to the desired satellite frame| Method Detail |
|---|
public Attitude getAttitude(Orbit orbit)
throws OrekitException
getAttitude in interface AttitudeLaworbit - orbit state for which attitude is requested
OrekitException - if attitude cannot be computed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||