WOLFRAM SYSTEM MODELER

to_T

Return transformation matrix T from orientation object R

Wolfram Language

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

Information

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

Syntax

T = TransformationMatrices.to_T(R);

Description

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

See also

from_T, to_T_inv, Frames.to_T, Quaternions.to_T.

Syntax

T = to_T(R)

Inputs (1)

R

Type: Orientation

Description: Orientation object to rotate frame 1 into frame 2

Outputs (1)

T

Type: Real[3,3]

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