Uses of Class
org.orekit.attitudes.InertiaAxis
Packages that use InertiaAxis
Package
Description
This package provides classes to represent simple attitudes.
-
Uses of InertiaAxis in org.orekit.attitudes
Methods in org.orekit.attitudes that return InertiaAxisModifier and TypeMethodDescriptionInertia.getInertiaAxis1()Get inertia along first axis.Inertia.getInertiaAxis2()Get inertia along second axis.Inertia.getInertiaAxis3()Get inertia along third axis.InertiaAxis.negate()Reverse the inertia axis.Constructors in org.orekit.attitudes with parameters of type InertiaAxisModifierConstructorDescriptionInertia(InertiaAxis iA1, InertiaAxis iA2, InertiaAxis iA3) Simple constructor from principal axes.