Uses of Class
org.orekit.orbits.cr3bp.LibrationOrbitFamily
-
Packages that use LibrationOrbitFamily Package Description org.orekit.orbits.cr3bp 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 LibrationOrbitFamily Modifier and Type Method Description static LibrationOrbitFamilyLibrationOrbitFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static LibrationOrbitFamily[]LibrationOrbitFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.orbits.cr3bp with parameters of type LibrationOrbitFamily Modifier and Type Method Description PVCoordinatesRichardsonExpansion. computeHaloFirstGuess(double azr, LibrationOrbitFamily type, double t, double phi)Calculate first Guess.Constructors in org.orekit.orbits.cr3bp with parameters of type LibrationOrbitFamily Constructor Description HaloOrbit(RichardsonExpansion richardson, double az, LibrationOrbitFamily type)Simple Constructor.
-