Class L2Frame

java.lang.Object
org.orekit.frames.Frame
org.orekit.frames.L2Frame

public class L2Frame extends Frame
Class to create a L2 centered frame with L2TransformProvider. Parent frame is always set as primaryBody.getInertiallyOrientedFrame()
Author:
Luc Maisonobe, Julio Hernanz
  • Constructor Details

    • L2Frame

      public L2Frame(CelestialBody primaryBody, CelestialBody secondaryBody)
      Simple constructor.
      Parameters:
      primaryBody - Celestial body with bigger mass, m1.
      secondaryBody - Celestial body with smaller mass, m2.