WOLFRAM SYSTEM MODELER

from_T

Return orientation object R from transformation matrix T

Wolfram Language

In[1]:=
SystemModel["Modelica.Mechanics.MultiBody.Frames.TransformationMatrices.from_T"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Syntax

R = TransformationMatrices.from_T(T);

Description

This function returns a transformation matrix R which is equal to a real input matrix T.

See also

from_T_inv, to_T, Frames.from_T.

Syntax

R = from_T(T)

Inputs (1)

T

Type: Real[3,3]

Description: Transformation matrix to transform vector from frame 1 to frame 2 (v2=T*v1)

Outputs (1)

R

Type: Orientation

Description: Orientation object to rotate frame 1 into frame 2