.ModelicaByExample.Functions.Polynomials.Line

Information

Compute coordinates along a line

Interface

function Line
  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 Line;

Generated at 2025-01-03T19:25:57Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos