WOLFRAM SYSTEM MODELER
to_TReturn transformation matrix T from orientation object R |
SystemModel["Modelica.Mechanics.MultiBody.Frames.to_T"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
T = Frames.to_T(R);
This function returns a real matrix T computed from an orientation object R. The matrix T is considered to be an object transformation matrix.
from_T, to_T_inv, TransformationMatrices.to_T, Quaternions.to_T.
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|
T |
Type: Real[3,3] Description: Transformation matrix to transform vector from frame 1 to frame 2 (v2=T*v1) |
---|