Alias StrengthCurve

A formula to influence the strength of a held input given the current strength, x, and the last strength value.

alias StrengthCurve = float delegate(float, float);