com.nchart3d.NChart.NChartLinearInterpolator Class Reference

The NChartLinearInterpolator class provides linear interpolator. More...

Inheritance diagram for com.nchart3d.NChart.NChartLinearInterpolator:
com.nchart3d.NChart.NChartInterpolator

Detailed Description

The NChartLinearInterpolator class provides linear interpolator.

If it is used, the animated values will changed in time as follows: v(t) = (1 - t) * v_from + t * v_to, where v_from, v_to are respectively the start and end values, t is the time.