Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
Modifier and Type | Method and Description |
---|---|
static LocalMagneticFieldFrame.LOFBuilderVector |
LocalMagneticFieldFrame.LOFBuilderVector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalMagneticFieldFrame.LOFBuilderVector[] |
LocalMagneticFieldFrame.LOFBuilderVector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LocalMagneticFieldFrame(Frame inertialFrame,
GeoMagneticField magneticField,
LocalMagneticFieldFrame.LOFBuilderVector lofBuilderVector,
Frame bodyFrame)
Constructor with custom definition of the local orbital frame:
x: Magnetic field
y: Completes orthonormal frame
z: Cross product of the magnetic field with chosen
vector
For near-polar orbits, it is suggested to use the orbital momentum to define the local
orbital frame. |
Copyright © 2002-2023 CS GROUP. All rights reserved.