Package org.orekit.frames
Class L2Frame
- java.lang.Object
-
- org.orekit.frames.Frame
-
- org.orekit.frames.L2Frame
-
- All Implemented Interfaces:
Serializable
public class L2Frame extends Frame
Class to create a L2 centered frame withL2TransformProvider
. Parent frame is always set as primaryBody.getInertiallyOrientedFrame()- Author:
- Luc Maisonobe, Julio Hernanz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description L2Frame(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
-
L2Frame
public L2Frame(CelestialBody primaryBody, CelestialBody secondaryBody)
Simple constructor.- Parameters:
primaryBody
- Celestial body with bigger mass, m1.secondaryBody
- Celestial body with smaller mass, m2.
-
-