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 This package provides classes to represent orbits.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 double
CR3BPSystem. getGamma(LagrangianPoints lagrangianPoint)
Get the position of the Lagrangian point in the CR3BP Rotating frame.Vector3D
CR3BPSystem. getLPosition(LagrangianPoints lagrangianPoint)
Get the position of the Lagrangian point in the CR3BP Rotating frame. -
Uses of LagrangianPoints in org.orekit.orbits
Methods in org.orekit.orbits that return LagrangianPoints Modifier and Type Method Description LagrangianPoints
RichardsonExpansion. getLagrangianPoint()
Get the considered lagrangian point.Constructors in org.orekit.orbits 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 LagrangianPoints
LagrangianPoints. 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.
-