get:

Path: Common/Classes

--------------------------------------------------------------------------
   Gets the matrix equivalent of a transmat.
--------------------------------------------------------------------------
   Form:
   c = get( a )
--------------------------------------------------------------------------

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

   -------
   Outputs
   -------
   c           (3,3) Matrix

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

Back to the Common Module page