.Modelica.Mechanics.MultiBody.Frames.angularVelocity2

Information

Syntax

w = Frames.angularVelocity2(R);

Description

The function call Frames.angularVelocity1(R12) returns the angular velocity w of frame 2 with respect to frame 1, resolved in frame 2, from the orientation object R12 that describes the orientation to rotate frame 1 into frame 2.

See also

TransformationMatrices.angularVelocity2, Quaternions.angularVelocity2.

Interface

function angularVelocity2
  extends Modelica.Icons.Function;
  input Orientation R "Orientation object to rotate frame 1 into frame 2";
  output SI.AngularVelocity w[3] "Angular velocity of frame 2 with respect to frame 1 resolved in frame 2";
end angularVelocity2;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos