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