Interface | Description |
---|---|
Interpolator |
Interface to connect different interpolation algorithm to the TimeInterpolator class.
|
Class | Description |
---|---|
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 © 2013. All Rights Reserved.