Package de.lessvoid.nifty.tools.time.interpolator

Interface Summary
Interpolator Interface to connect different interpolation algorithm to the TimeInterpolator class.
 

Class Summary
ExpTime Interpolates a value exponential from 0.0 to 1.0 with the given time parameters.
LinearTime Interpolates a value linear from 0.0 to 1.0 with the given time parameters.
NullTime Interpolator that always return 1.0f.
OneTime  
 



Copyright © 2011. All Rights Reserved.