Gets the linear interpolation of two values.
public static double GetLinearInterpolation(double fMinValue, double fMaxValue, double fInterpolation)
| parameter | description |
|---|---|
| fMinValue | The minimum value. |
| fMaxValue | The maximum value. |
| fInterpolation | The interpolation weight. |