Curve.interpolateBaked

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

struct Curve
@nogc nothrow
double
interpolateBaked
(
in double offset
)

Meta