WOLFRAM SYSTEM MODELER
resolve2Transform vector from frame 1 to frame 2 |
SystemModel["Modelica.Mechanics.MultiBody.Frames.resolve2"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
v2 = Frames.resolve2(R, v1);
The function call Frames.resolve2(R12, v1)
returns vector v
resolved in frame 2 (= v2) from vector v resolved in frame 1 (= v1) using the
orientation object R12 that describes the orientation to rotate frame 1 into frame 2.
resolve1, TransformationMatrices.resolve2, Quaternions.resolve2.
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|---|
v1 |
Type: Real[3] Description: Vector in frame 1 |
v2 |
Type: Real[3] Description: Vector in frame 2 |
---|