SailForceWithIncidenceAngle:

% Compute sail force over incidence angle.
   Uses SteeringAnglesToQ to compute the quaternion for the model for the
   given set of incidence angles, then uses the full disturbance model in
   SaiDisturbance to compute the force and torque. The true cone angle can
   then be post-computed from the force vector.

   Since version 9.
  ------------------------------------------------------------------------
  See also DrawSCPlanPlugIn, Cone, Constant, Plot2D, Unit, JD2000, El2RV, 
  QSail, SteeringAnglesToQ, UToConeClock, DisturbanceStruct, 
  EnvironmentStruct, SailDisturbance, SailEnvironment
  ------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
	  Copyright (c) 2005,2006,2010 Princeton Satellite Systems, Inc. 
   All rights reserved.
-------------------------------------------------------------------------------

Children:

AeroUtils: CAD/DrawSCPlanPlugIn
Common: Database/Constant
Common: Graphics/Plot2D
Common: Time/JD2000
Math: Linear/Unit
OrbitMiniToolbox: Support/El2RV
Sail: Coordinates/QSail
Sail: Coordinates/SteeringAnglesToQ
Sail: Coordinates/UToConeClock
Sail: Disturbances/DisturbanceStruct
Sail: Disturbances/EnvironmentStruct
Sail: Disturbances/SailDisturbance
Sail: Disturbances/SailEnvironment