functionmultipleResolve1

Transform several vectors from frame 2 to frame 1

Extends from Modelica.Icons.Function (Icon for functions).

Information

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.

Inputs

TypeNameDefaultDescription
TransformationMatrices.OrientationTOrientation object to rotate frame 1 into frame 2
Real[3,:]v2Vectors in frame 2

Outputs

TypeNameDefaultDescription
Real[3,size(v2, 2)]v1Vectors in frame 1