experience and innovation

---------------------------------------------------------------------------
   Draws an aircraft in the NED frame. The aircraft state vector can
   either be of type acstate or
   x.r
   x.q
---------------------------------------------------------------------------
   Form:
   h = DrawAC( mode, g, x, h, units )
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   mode        (1,:) 'run' or 'init'
   g                 Aircraft image data structure
   x                 Aircraft state vector
   h                 Handles to the display
   units       (1,:) Units

   -------
   Outputs
   -------
   h                 Handles to the display

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