DrawAC:

Path: AC/ACGraphics

% Draws an aircraft in the NED frame. The aircraft state vector can
   either be of type acstate or
      x.r
      x.q
   Since version 2 (ACT)
--------------------------------------------------------------------------
   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

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

Children:

AC: ACCoord/ECIToNED
AC: ACGraphics/DrawTerrain
AC: ACGraphics/Trans3DMF
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Quaternion/Q2Mat
Common: Quaternion/QMult
Common: Quaternion/QPose
Common: Transform/Altitude

Back to the AC Module page