functionmultipleResolve2
Transform several vectors from frame 1 to frame 2
Extends from Modelica.Icons.Function (Icon for functions).
Information
Syntax
v2 = TransformationMatrices.multipleResolve2(T, v1);
Description
This function returns vectors v resolved in frame 2 (=v2) from vectors v resolved in frame 1 (=v1) using the transformation matrix T that describes the orientation to rotate frame 1 into frame 2.
See also
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TransformationMatrices.Orientation | T | Orientation object to rotate frame 1 into frame 2 | |
| Real[3,:] | v1 | Vectors in frame 1 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[3,size(v1, 2)] | v2 | Vectors in frame 2 |