Interpolator::SetRange
Defined in:
Sets the minimum and maximum values of an interpolator.
C4Time.h
Prototype
void SetRange(float min, float max);
Parameters
min |
The new minimum interpolator value. |
max |
The new maximum interpolator value. |
Description
The SetRange
function sets the range for an interpolator to the values specified by the min
and max
parameters. Calling this function does not affect the current value of the interpolator.
See Also