Path: Common/@transmat
% Create an object of class transMat.
You can input:
quat
3-by-1 matrix - assumed to be an array of angles
3-by-3 matrix - a transformation matrix
transmat will orthogonalize the matrix automatically.
--------------------------------------------------------------------------
Form:
m = transmat( x )
--------------------------------------------------------------------------
------
Inputs
------
x (:,:) Quaternion
(3,3) Matrix
(3,1) Array of angles
-------
Outputs
-------
m (1,1) Object of class transMat.
--------------------------------------------------------------------------