Uses of Class
org.orekit.attitudes.Inertia
-
Packages that use Inertia Package Description org.orekit.attitudes This package provides classes to represent simple attitudes. -
-
Uses of Inertia in org.orekit.attitudes
Methods in org.orekit.attitudes that return Inertia Modifier and Type Method Description Inertia
TorqueFree. getInertia()
Get the spacecraft inertia.Inertia
Inertia. swap12()
Swap axes 1 and 2.Inertia
Inertia. swap13()
Swap axes 1 and 3.Inertia
Inertia. swap23()
Swap axes 2 and 3.Constructors in org.orekit.attitudes with parameters of type Inertia Constructor Description TorqueFree(Attitude initialAttitude, Inertia inertia)
Simple constructor.
-