Skip to main content
Version: 5.x

Nodes > Math > Common > Scale and Offset

Scale and Offset

Scales the value and then offsets it. This is equivalent to (A * Scale) + Offset.

Inputs

NameTypeDescription
AfloatValue to modify
ScalefloatAmount to multiply the value by
OffsetfloatAmount to add to the value

Outputs

NameTypeDescription
( A * Scale + Offset )floatValue after scaling and offsetting
Was this page helpful?
Yes
No