WOLFRAM SYSTEM MODELER

multipleResolve1

Transform several vectors from frame 2 to frame 1

Wolfram Language

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

Information

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

Syntax

v1 = TransformationMatrices.multipleResolve1(T, v2);

Description

This function returns vectors v resolved in frame 1 (=v1) from vectors v resolved in frame 2 (=v2) using the transformation matrix T that describes the orientation to rotate frame 1 into frame 2.

See also

Quaternions.multipleResolve1.

Syntax

v1 = multipleResolve1(T, v2)

Inputs (2)

T

Type: Orientation

Description: Orientation object to rotate frame 1 into frame 2

v2

Type: Real[3,:]

Description: Vectors in frame 2

Outputs (1)

v1

Type: Real[3,size(v2, 2)]

Description: Vectors in frame 1