.Modelica.Mechanics.MultiBody.Frames.smallRotation

Information

Syntax

phi = Frames.smallRotation(R, withResidues);

Description

This function returns rotation angles valid for a small rotation of x-y-z sequence (i.e. {1,2,3}). Optionally, residues are returned as well if withResidues=true.

See also

TransformationMatrices.smallRotation, Quaternions.smallRotation.

Interface

function smallRotation
  extends Modelica.Icons.Function;
  input Orientation R "Orientation object to rotate frame 1 into frame 2";
  input Boolean withResidues = false "= false/true, if 'angles'/'angles and residues' are returned in phi";
  output SI.Angle phi[if withResidues then 6 else 3] "The rotation angles around x-, y-, and z-axis of frame 1 to rotate frame 1 into frame 2 for a small rotation + optionally 3 residues that should be zero";
end smallRotation;

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