| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
float Returns a value camped to the range [0, 1].
Returns a smooth Hermite interpolation between 0.0f and 1.0f when x is in the interval (inclusive) [xMin, xMax].
| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
float2 Returns component values camped to the range [0, 1].
Returns a componentwise smooth Hermite interpolation between 0.0f and 1.0f when x is in the interval (inclusive) [xMin, xMax].
| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
float3 Returns component values camped to the range [0, 1].
Returns a componentwise smooth Hermite interpolation between 0.0f and 1.0f when x is in the interval (inclusive) [xMin, xMax].
| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
float4 Returns component values camped to the range [0, 1].
Returns a componentwise smooth Hermite interpolation between 0.0f and 1.0f when x is in the interval (inclusive) [xMin, xMax].
| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
double Returns a value camped to the range [0, 1].
Returns a smooth Hermite interpolation between 0.0 and 1.0 when x is in the interval (inclusive) [xMin, xMax].
| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
double2 Returns component values camped to the range [0, 1].
Returns a componentwise smooth Hermite interpolation between 0.0 and 1.0 when x is in the interval (inclusive) [xMin, xMax].
| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
double3 Returns component values camped to the range [0, 1].
Returns a componentwise smooth Hermite interpolation between 0.0 and 1.0 when x is in the interval (inclusive) [xMin, xMax].
| Parameter | Description |
|---|---|
| xMin | The minimum range of the x parameter. |
| xMax | The maximum range of the x parameter. |
| x | The value to be interpolated. |
double4 Returns component values camped to the range [0, 1].
Returns a componentwise smooth Hermite interpolation between 0.0 and 1.0 when x is in the interval (inclusive) [xMin, xMax].