JNGL
Easy to use cross-platform 2D game library
|
Effects that can be applied to jngl::Widget. More...
Go to the source code of this file.
Classes | |
class | Effect |
Base class for effects that can be applied to jngl::Widget. More... | |
class | Zoom |
Scales the ModelView matrix. More... | |
class | Executor |
Executes a specific action, e.g. removes the Widget. More... | |
class | Move |
Namespaces | |
namespace | jngl |
JNGL's main namespace. | |
Functions | |
float | linear (float) |
float | elastic (float) |
float | cubic (float) |
float | expo (float) |
Effects that can be applied to jngl::Widget.
Definition in file effects.hpp.