Package org.orekit.frames
Class TwoBodiesBaryFrame
- java.lang.Object
-
- org.orekit.frames.Frame
-
- org.orekit.frames.TwoBodiesBaryFrame
-
- All Implemented Interfaces:
Serializable
public class TwoBodiesBaryFrame extends Frame
Class creating the inertial barycenter frame from two bodies.- Since:
- 10.2
- Author:
- Vincent Mouraux
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TwoBodiesBaryFrame(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
-
TwoBodiesBaryFrame
public TwoBodiesBaryFrame(CelestialBody primaryBody, CelestialBody secondaryBody)
Simple constructor.- Parameters:
primaryBody
- Primary body.secondaryBody
- Secondary body.
-
-