Uses of Enum Class
org.orekit.utils.LagrangianPoints
Packages that use LagrangianPoints
Package
Description
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
This package provides classes to compute orbits in the three-body problem.
This package provides useful objects.
-
Uses of LagrangianPoints in org.orekit.bodies
Methods in org.orekit.bodies with parameters of type LagrangianPointsModifier and TypeMethodDescriptiondoubleCR3BPSystem.getGamma(LagrangianPoints lagrangianPoint) Get the position of the Lagrangian point in the CR3BP Rotating frame.CR3BPSystem.getLPosition(LagrangianPoints lagrangianPoint) Get the position of the Lagrangian point in the CR3BP Rotating frame. -
Uses of LagrangianPoints in org.orekit.orbits.cr3bp
Methods in org.orekit.orbits.cr3bp that return LagrangianPointsModifier and TypeMethodDescriptionRichardsonExpansion.getLagrangianPoint()Get the considered lagrangian point.Constructors in org.orekit.orbits.cr3bp with parameters of type LagrangianPointsModifierConstructorDescriptionRichardsonExpansion(CR3BPSystem cr3bpSystem, LagrangianPoints point) Simple Constructor. -
Uses of LagrangianPoints in org.orekit.utils
Methods in org.orekit.utils that return LagrangianPointsModifier and TypeMethodDescriptionstatic LagrangianPointsReturns the enum constant of this class with the specified name.static LagrangianPoints[]LagrangianPoints.values()Returns an array containing the constants of this enum class, in the order they are declared.