Function Curve.interpolateBaked

Returns the Y value for the point that would exist at the X position offset along the curve using the baked cache. Bakes the curve's points if not already baked.

double interpolateBaked (
  const(double) offset
) nothrow @nogc;