Uses of Class
org.orekit.utils.LagrangianPoints
-
Packages that use LagrangianPoints Package Description org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.orbits.cr3bp This package provides classes to compute orbits in the three-body problem.org.orekit.utils This package provides useful objects. -
-
Uses of LagrangianPoints in org.orekit.bodies
Methods in org.orekit.bodies with parameters of type LagrangianPoints Modifier and Type Method Description doubleCR3BPSystem. getGamma(LagrangianPoints lagrangianPoint)Get the position of the Lagrangian point in the CR3BP Rotating frame.Vector3DCR3BPSystem. 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 LagrangianPoints Modifier and Type Method Description LagrangianPointsRichardsonExpansion. getLagrangianPoint()Get the considered lagrangian point.Constructors in org.orekit.orbits.cr3bp with parameters of type LagrangianPoints Constructor Description RichardsonExpansion(CR3BPSystem cr3bpSystem, LagrangianPoints point)Simple Constructor. -
Uses of LagrangianPoints in org.orekit.utils
Methods in org.orekit.utils that return LagrangianPoints Modifier and Type Method Description static LagrangianPointsLagrangianPoints. valueOf(String name)Returns the enum constant of this type with the specified name.static LagrangianPoints[]LagrangianPoints. values()Returns an array containing the constants of this enum type, in the order they are declared.
-