Clamps the values of the 4-element vector a so that they are not less than min and not greater than max, and stores the result in b
a
min
max
b
a 4-element vector object
the minimum value allowed
the maximum value allowed
a 4-element vector in which to store the result
b as a clamped to [min, max]
[min, max]
Generated using TypeDoc
Clamps the values of the 4-element vector
a
so that they are not less thanmin
and not greater thanmax
, and stores the result inb