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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LagrangianPoints |
RichardsonExpansion.getLagrangianPoint()
Get the considered lagrangian point.
|
Constructor and Description |
---|
RichardsonExpansion(CR3BPSystem cr3bpSystem,
LagrangianPoints point)
Simple Constructor.
|
Modifier and Type | Method and 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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.