Lines Matching full:value
27 * This function animates a float value to another float value
30 * : The previous value (or the animated value)
32 * : The target value
35 * @return The new animated value that is closer to the target value and
36 * clamped to the target value
54 * This function animates a Tuple3f value to another Tuple3f value
59 * : The target value for the Tuple
74 * : the input float value
76 * : the minimum value to use to clamp
77 * @return the clamped value
90 * : the input float value
92 * : the maximum value to use to clamp
93 * @return the clamped value
108 * : the input float value
110 * : the minimum value to use to clamp
112 * : the maximum value to use to clamp
113 * @return the clamped value
128 * : the input float value
130 * : the minimum value to use to clamp
132 * : the maximum value to use to clamp
133 * @return the clamped value