| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
float The interpolation from start to end.
Returns the result of linearly interpolating from start to end using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
float2 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
float3 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
float4 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
float2 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the corresponding components of the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
float3 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the corresponding components of the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
float4 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the corresponding components of the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
double The interpolation from x to y.
Returns the result of linearly interpolating from x to y using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
double2 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
double3 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
double4 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
double2 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the corresponding components of the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
double3 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the corresponding components of the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.
| Parameter | Description |
|---|---|
| start | The start point, corresponding to the interpolation parameter value of 0. |
| end | The end point, corresponding to the interpolation parameter value of 1. |
| t | The interpolation parameter. May be a value outside the interval [0, 1]. |
double4 The componentwise interpolation from x to y.
Returns the result of a componentwise linear interpolating from x to y using the corresponding components of the interpolation parameter t.
If the interpolation parameter is not in the range [0, 1], then this function extrapolates.