Claw
1.7.3
|
Easing functions for the tweener. Those functions do nothing. More...
#include <easing_none.hpp>
Static Public Member Functions | |
static double | ease_in (double t) |
Apply the easing at the beginning of the tweener. | |
static double | ease_out (double t) |
Apply the easing at the end of the tweener. | |
static double | ease_in_out (double t) |
Apply the easing at the beginning and the end of the tweener. |
Easing functions for the tweener. Those functions do nothing.
Definition at line 40 of file easing_none.hpp.
|
static |
Apply the easing at the beginning of the tweener.
t | The ratio of the date, in (0, 1), representing the total progression of the tweener. |
Definition at line 37 of file easing_none.cpp.
|
static |
Apply the easing at the beginning and the end of the tweener.
t | The ratio of the date, in (0, 1), representing the total progression of the tweener. |
Definition at line 59 of file easing_none.cpp.
|
static |
Apply the easing at the end of the tweener.
t | The ratio of the date, in (0, 1), representing the total progression of the tweener. |
Definition at line 48 of file easing_none.cpp.