Package org.orekit.frames
Class CR3BPRotatingFrame
java.lang.Object
org.orekit.frames.Frame
org.orekit.frames.CR3BPRotatingFrame
Class creating the rotating frame centered on the barycenter of the CR3BP System.
- Since:
- 10.2
- Author:
- Vincent Mouraux
-
Constructor Summary
ConstructorsConstructorDescriptionCR3BPRotatingFrame(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, getPeer, getRoot, getStaticTransformTo, getStaticTransformTo, getTransformProvider, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, setPeerCaching, toString
-
Constructor Details
-
CR3BPRotatingFrame
Simple constructor.- Parameters:
mu- Mass ratioprimaryBody- Primary body.secondaryBody- Secondary body.
-