| Name | Type | Description |
|---|---|---|
| from | float | The "starting value" of the interpolation. |
| to | float | The "final value" of the interpolation. |
| frac | float | The fraction in range of 0 (will return value of |
| clamp = True | bool | Whether to clamp the fraction between 0 and 1, and therefore the output value between |
| Type | Description |
|---|---|
| float | The result of linear interpolation. |