Claw
1.7.3
|
Easing functions for the tweener. More...
#include "claw/tween/easing/symmetric_easing.hpp"
Go to the source code of this file.
Namespaces | |
claw | |
This is the main namespace. | |
claw::tween | |
Tweeners interpolate the intermediate values between two given reference values using various equations. | |
Typedefs | |
typedef symmetric_easing < easing_quart_func > | claw::tween::easing_quart |
Easing functions for the tweener. More... | |
Functions | |
double | claw::tween::easing_quart_func (double t) |
The default function. More... | |
Easing functions for the tweener.
Definition in file easing_quart.hpp.