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