Interpolator::SetMinValue
Defined in:
Sets the minimum value of an interpolator.
C4Time.h
Prototype
void SetMinValue(float min);
Parameters
min |
The new minimum interpolator value. |
Description
The SetMinValue
function sets the minimum value of an interpolator's range without affecting the maximum value. Calling this function does not affect the current value of the interpolator.
See Also