Etterna 0.74.4
|
The interface for simple interpolation. More...
#include <Tween.h>
Public Member Functions | |
virtual | ~ITween ()=default |
Create the initial interface. | |
virtual auto | Tween (float f) const -> float=0 |
virtual auto | Copy () const -> ITween *=0 |
Static Public Member Functions | |
static auto | CreateFromType (TweenType iType) -> ITween * |
static auto | CreateFromStack (Lua *L, int iStackPos) -> ITween * |
The interface for simple interpolation.
Funny enough, this is a class.