Nodes > Math > Common > Scale and Offset

Scales the value and then offsets it. This is equivalent to (A * Scale) + Offset.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | Value to modify |
| Scale | float | Amount to multiply the value by |
| Offset | float | Amount to add to the value |
Outputs
| Name | Type | Description |
|---|---|---|
| ( A * Scale + Offset ) | float | Value after scaling and offsetting |
Was this page helpful?