Class L1Frame

  • All Implemented Interfaces:
    Serializable

    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
    See Also:
    Serialized Form
    • Constructor Detail

      • L1Frame

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