.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 2025-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos