ui::util::LinearTimeInterpolator Class Reference

Inheritance diagram for ui::util::LinearTimeInterpolator:

Inheritance graph
[legend]
Collaboration diagram for ui::util::LinearTimeInterpolator:

Collaboration graph
[legend]
List of all members.

Detailed Description

Interpolates linear time.


Public Member Functions

 LinearTimeInterpolator (float totalTime, float start, float end)
void calculate ()


Constructor & Destructor Documentation

ui::util::LinearTimeInterpolator::LinearTimeInterpolator float  totalTime,
float  start,
float  end
 

Create a linear time interpolator.

Parameters:
target Target value.
totalTime the timespan the interpolator has to interpolate.
start The base value to start interpolation at.
end The end value, indicates where the interpolator stops interpolating.


Member Function Documentation

void ui::util::LinearTimeInterpolator::calculate  )  [virtual]
 

Calculate the interpolation.

Implements ui::util::TimeBasedInterpolator.


Generated on Mon Jun 20 19:42:05 2005 for UI by doxygen 1.3.1 using KingsTools