Class L1Frame

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

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

    • L1Frame

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