Clamps the value x so that it is not less than 0.0 and not greater than 1.0
x
0.0
1.0
the value to clamp
x clamped to [0.0, 1.0]
[0.0, 1.0]
Generated using TypeDoc
Clamps the value
x
so that it is not less than0.0
and not greater than1.0