.Modelica.Mechanics.MultiBody.Frames.TransformationMatrices.resolve1

Information

Syntax

v1 = TransformationMatrices.resolve1(T, v2);

Description

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

See also

resolve2, Frames.resolve1, Quaternions.resolve1.

Interface

function resolve1
  extends Modelica.Icons.Function;
  input TransformationMatrices.Orientation T "Orientation object to rotate frame 1 into frame 2";
  input Real v2[3] "Vector in frame 2";
  output Real v1[3] "Vector in frame 1";
end resolve1;

Generated at 2024-05-07T18:16:22Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos