.BuildingSystems.Buildings.Geometries.Functions.rotateVector

Information

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 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos