.TRANSFORM.Math.quadraticCurve

Information

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