.TRANSFORM.Math.quadraticCurve

Quadratic curve, including linear extrapolation beyond defined curve limits

Interface

function quadraticCurve
  extends Icons.Function;
  input Real x "abscissa value of interest";
  input Real[3] x_curve "Three points that define the abscissa curve";
  input Real[3] y_curve "Three points that define the ordinate curve";
  output Real y "Ordinate output at x";
end quadraticCurve;

Generated at 2025-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos