Curve.interpolate

Returns the y value for the point that would exist at x-position offset along the curve.

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

Meta