Path: ACPro/ACPerformance
% Compute angle of attack. -------------------------------------------------------------------------- Form: alpha = AlphaFromQNV( q, v, n ) -------------------------------------------------------------------------- ------ Inputs ------ q (4,1) Quaternion from velocity frame to body v (3,1) Velocity vector n (3,:) Normals ------- Outputs ------- alpha (1,*) Angle of attack (rad) --------------------------------------------------------------------------
Common: Graphics/Plot2D Common: Quaternion/AU2Q Common: Quaternion/QForm Math: Linear/Dot
Back to the ACPro Module page