-
Notifications
You must be signed in to change notification settings - Fork 10
Clamp Angle
Ryan Porter edited this page Feb 12, 2017
·
1 revision
Returns the input angular value, clamped to the allowed range.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| input (i) | Input value. | doubleAngle |
| min (mn) | The minimum value that will be allowed as the output. | doubleAngle |
| max (mx) | The maximum value that will be allowed as the output. | doubleAngle |
| output (o) | Output value. | doubleAngle |