quaternion:

Path: Common/@transmat

% Converts an input of type transmat to type quat.
--------------------------------------------------------------------------
   Form:
   b = quaternion( a )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a           (:)   Object of type transmat

   -------
   Outputs
   -------
   b           (:)  Object of class quaternion

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