ProtoFlux:Remap

From Resonite Wiki
Remap
InMin
*
InMax
OutMin
OutMax
Value
Math

The Remap node remaps a value between the defined In and Out.

The node can be either a float or double data type.

Inputs

InMin (float)

The minimum defined value for the input.

InMax (float)

The maximum defined value for the input.

OutMin (float)

The minimum defined value for the output.

OutMax (float)

The maximum defined value for the output.

Value (float)

The input value to be evaluated and remapped.

Outputs

* (float)

Outputs the remapped value.