The value to clamp.
The min possible value.
The max possible value.
value or a value clamped to min or max.
Linear interpolates a value between a and b by t. If t is 0, then the
result will be a. If t is 1, then the result will be b. t will be
clamped to a value between 0 and 1.
The start value.
The end value.
The interpolation value between 0 and 1.
The interpolated value between a and b.
Clamps the given value between
minandmax.