.BuildingSystems.Buildings.Geometries.Functions.rotateVector

Calculates the coordinates of a rotated 3D vector

Interface

function rotateVector
  input Modelica.Units.SI.Length v[3] "Original vector";
  input Modelica.Units.SI.Length axis[3] "Vector of the rotation axis";
  input Modelica.Units.SI.Angle theta "Rotation angle";
  output Modelica.Units.SI.Length vr[3] "Rotated vector";
end rotateVector;

Generated at 2025-04-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos