Element-wise clamping of the values of the 4-element vector a so that they are not less than the values of the 4-element vector min and not greater than the values of the 4-element vector max. The result is stored in b
a
min
max
b
a 4-element vector object
a 4-element vector specifying the minimum values
a 4-element vector specifying the maximum values
a 4-element vector in which to store the result
b as a clamped to [min, max]
[min, max]
Generated using TypeDoc
Element-wise clamping of the values of the 4-element vector
aso that they are not less than the values of the 4-element vectorminand not greater than the values of the 4-element vectormax. The result is stored inb