AU2Q:
--------------------------------------------------------------------------
Convert an angle and a unit vector to a quaternion.
Transforms from the unrotated to the rotated frame.
Since version 2.
--------------------------------------------------------------------------
Form:
q = AU2Q( angle, u )
--------------------------------------------------------------------------
------
Inputs
------
angle (1,:) Angle (rad)
u (3,1) Unit vector
-------
Outputs
-------
q (4,:) Quaternion from unrotated to rotated frame
--------------------------------------------------------------------------