Skip to content

Clamp Angle

Ryan Porter edited this page Feb 12, 2017 · 1 revision

clampAngle

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
Clone this wiki locally