QSpin:

Path: SC/Ephem

% Creates a series of quaternions with its x axis spinning about u.
--------------------------------------------------------------------------
   Form:
   q = QSpin( x, u, angle )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x 	     	  (3,1)   Vector to rotate about u
   u 	     	  (3,1)   Rotation vector
   angle         (1,:)   Angles at which to compute q (rad)

   -------
   Outputs
   -------
   q			  (4,:)   Quaternion

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

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Quaternion/AU2Q
Common: Quaternion/QMult
Common: Quaternion/QTForm
Common: Quaternion/U2Q
Math: Geometry/Perpendicular
Math: Linear/Cross
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Unit

Back to the SC Module page