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 InertiaAxis
Inertia. getInertiaAxis1()
Get inertia along first axis.InertiaAxis
Inertia. getInertiaAxis2()
Get inertia along second axis.InertiaAxis
Inertia. getInertiaAxis3()
Get inertia along third axis.InertiaAxis
InertiaAxis. 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.
-