Package org.orekit.frames
Class CR3BPRotatingFrame
- java.lang.Object
-
- org.orekit.frames.Frame
-
- org.orekit.frames.CR3BPRotatingFrame
-
- All Implemented Interfaces:
Serializable
public class CR3BPRotatingFrame extends Frame
Class creating the rotating frame centered on the barycenter of the CR3BP System.- Since:
- 10.2
- Author:
- Vincent Mouraux
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CR3BPRotatingFrame(double mu, CelestialBody primaryBody, CelestialBody secondaryBody)
Simple constructor.
-
Method Summary
-
Methods inherited from class org.orekit.frames.Frame
getAncestor, getDepth, getFrozenFrame, getKinematicTransformTo, getKinematicTransformTo, getName, getParent, getRoot, getStaticTransformTo, getStaticTransformTo, getTransformProvider, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, toString
-
-
-
-
Constructor Detail
-
CR3BPRotatingFrame
public CR3BPRotatingFrame(double mu, CelestialBody primaryBody, CelestialBody secondaryBody)
Simple constructor.- Parameters:
mu
- Mass ratioprimaryBody
- Primary body.secondaryBody
- Secondary body.
-
-