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.

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

Meta