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