Simulate3DLanding:

% Simulate a 3D landing and generate plots.
--------------------------------------------------------------------------
   Form:
   Simulate3DLanding( dT, d, name )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   dT       (1,:)  Time step vector
   d        (.)    Data structure describing spacecraft model
                   .s0     (7,1) State [x;y;z;vX;vY;vZ;m]
                   .beta   (1,:) Thrust angle in rv plane
                   .alpha  (1,:) Thrust angle out of plane
                   .thrust (1,:) Thrust (N)
                   .accel  (1,:) 'constant' or 'free'
   name    (1,:)   Name for the plots

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Common: Graphics/TimeLabl
Math: Linear/Mag
Math: Linear/Unit
Missions: LunarLanding/PropagateState3D
Missions: LunarMission/PlanetWithTerrainPatch
SC: Ephem/RSHMoon