Interpolator::GetValue
Defined in:
Returns the current value of an interpolator.
C4Time.h
Prototype
float GetValue(void) const;
Description
The GetValue
function returns the current value stored inside an interpolator object. The current value can be set explicitly by calling the Interpolator::SetValue
function.The current value of an interpolator is updated according to the rate and mode state by calling the
Interpolator::UpdateValue
function.
See Also