DrawAirship:
--------------------------------------------------------------------------
Create a 3-D image of an airship hull.
--------------------------------------------------------------------------
Form:
DrawAirship( L, D, ratio );
--------------------------------------------------------------------------
------
Inputs
------
L (1) Length of hull [m]
D (1) Diameter of hull [m]
ratio (1) Ratio of rear to front ellipsoid length
n (1) Number of vertices to plot (default 25)
orientation (1) Flag: 0 horizontal, 1 vertical (default 0)
-------
Outputs
-------
x (1) x-data
y (1) y-data
z (1) z-data
--------------------------------------------------------------------------
Children:
Common: Graphics/Ellipsd
Common: Graphics/NewFig
Math: Linear/Mag