.ApproxSpline.Surf2d.eval

Interface

function eval
  extends Modelica.Icons.Function;
  input ApproxSpline.Surf2d.Type s "2-D spline object to operate on";
  input Real x "first independent variable where spline is to be evaluated";
  input Real y "second independent variable where spline is to be evaluated";
  output Real z "evaluated value ";
end eval;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos