Description
Remaps the given value from a source range to a target range. Remaps the given value from a source range to a target range for each component
Information
| Plugin | RigVM |
| Category | Math |
| Tags | Remap,Rescale,Scale |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input value to remap | float double Vector |
0.000000 |
| SourceMinimum | The minimum of the range of the input / source value | float double Vector |
0.000000 |
| SourceMaximum | The maximum of the range of the input / source value | float double Vector |
1.000000 |
| TargetMinimum | The minimum of the range of the output / target value | float double Vector |
0.000000 |
| TargetMaximum | The maximum of the range of the output / target value | float double Vector |
1.000000 |
| bClamp | If set to true the result is clamped to the target range | bool |
False |