A utility class for linear interpolation between samples. More...
Static Public Member Functions | |
static float | interpolateLinear (const float lowValue, const float highValue, const float delta) |
A simple linear interpolation. More... | |
A utility class for linear interpolation between samples.
|
static |
A simple linear interpolation.
lowValue | the value of the lower index. |
highValue | the value of the higher index. |
delta | the sub-integer part between the two indexes (must be between 0.0f and 1.0f) |