Uses of Enum Class
org.orekit.orbits.cr3bp.LibrationOrbitFamily
Packages that use LibrationOrbitFamily
Package
Description
This package provides classes to compute orbits in the three-body problem.
-
Uses of LibrationOrbitFamily in org.orekit.orbits.cr3bp
Methods in org.orekit.orbits.cr3bp that return LibrationOrbitFamilyModifier and TypeMethodDescriptionstatic LibrationOrbitFamilyReturns the enum constant of this class with the specified name.static LibrationOrbitFamily[]LibrationOrbitFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.orbits.cr3bp with parameters of type LibrationOrbitFamilyModifier and TypeMethodDescriptionRichardsonExpansion.computeHaloFirstGuess(double azr, LibrationOrbitFamily type, double t, double phi) Calculate first Guess.Constructors in org.orekit.orbits.cr3bp with parameters of type LibrationOrbitFamilyModifierConstructorDescriptionHaloOrbit(RichardsonExpansion richardson, double az, LibrationOrbitFamily type) Simple Constructor.