Curve.interpolate

Returns the Y value for the point that would exist at the X position offset along the curve.

struct Curve
@nogc nothrow const
double
interpolate
(
in double offset
)

Meta