.ModelicaByExample.Functions.Polynomials.LineWithProtected

Information

The Line function with protected variables

Interface

function LineWithProtected
  input Real x "Independent variable";
  input Real p0[2] "Coordinates for one point on the line";
  input Real p1[2] "Coordinates for another point on the line";
  output Real y "Value of y at the specified x";
end LineWithProtected;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos