Description
Clamps the given value within the range provided by minimum and maximum Clamps the given value within the range provided by minimum and maximum for each component
Information
| Plugin | RigVM |
| Category | Math |
| Tags | Clamp,Range,Remap |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The number to clamp | float double int32 Vector |
0.000000 |
| Minimum | The Minimum for the resulting range | float double int32 Vector |
0.000000 |
| Maximum | The Maximum for the resulting range | float double int32 Vector |
0.000000 |