Anim2Q:

Path: Common/Quaternion

--------------------------------------------------------------------------
   Animate the evolution of 2 quaternions over time.
--------------------------------------------------------------------------
   Form:
   Anim2Q( q, speed, h, propName, propValue )	
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   q              (8,:)  Time history of two quaternions
   speed           (1)   Speed factor (0 slow - 100 fast)
   h               (1)   Handle of the figure to animate in (optional)
   propName        {:}   Array of property names
                          ie, {'linewidth','linestyle'}
   propValue       {:}   Array of property values
                          ie, {2,'--'}

   -------
   Outputs
   -------
   none

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

Children:

Common: Quaternion/Q2Mat

Back to the Common Module page