Cogs.Foundation
|
This is the complete list of members for Cogs::Interpolator< T >, including all inherited members.
cancel() | Cogs::Interpolator< T > | inline |
getTarget() const | Cogs::Interpolator< T > | inline |
getTime() | Cogs::Interpolator< T > | inline |
getValue() const | Cogs::Interpolator< T > | inline |
Interpolator(T &destination) | Cogs::Interpolator< T > | inline |
Interpolator(T &destination, const T &target, EasingFn::Ptr fn, float duration) | Cogs::Interpolator< T > | inline |
isProcessing() const | Cogs::Interpolator< T > | inline |
mDestination | Cogs::Interpolator< T > | private |
mDuration | Cogs::Interpolator< T > | private |
mFunction | Cogs::Interpolator< T > | private |
mStart | Cogs::Interpolator< T > | private |
mTarget | Cogs::Interpolator< T > | private |
mTimer | Cogs::Interpolator< T > | private |
process() | Cogs::Interpolator< T > | inline |
setTarget(const T &target, EasingFn::Ptr fn, float duration) | Cogs::Interpolator< T > | inline |
snapToTarget() | Cogs::Interpolator< T > | inline |