HillsFramePlot:

Path: FormationFlying/Visual

% Plot the trajectory in Hills frame and show the x-z, x-y projections.

   Since version 7.
--------------------------------------------------------------------------
   Usage:
   figH = HillsFramePlot( rH );
     -or-
   figH = HillsFramePlot( rH, [], color );
     -or-
   HillsFramePlot( rH, figH );
     -or-
   HillsFramePlot( rH, figH, color );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   rH            (3,:)  Relative position in Hills frame [km]
   figH           (1)   Figure handle (optional)
   color          (:)   Color of projection area

   -------
   Outputs
   -------
   figH           (1)   Figure handle
   
--------------------------------------------------------------------------