Class L2Frame

  • All Implemented Interfaces:
    Serializable

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