29 #ifndef __CLAW_TWEEN_EASING_NONE_HPP__ 30 #define __CLAW_TWEEN_EASING_NONE_HPP__ 43 static double ease_in(
double t);
52 #endif // __CLAW_TWEEN_EASING_NONE_HPP__ static double ease_in_out(double t)
Apply the easing at the beginning and the end of the tweener.
static double ease_out(double t)
Apply the easing at the end of the tweener.
static double ease_in(double t)
Apply the easing at the beginning of the tweener.
Easing functions for the tweener. Those functions do nothing.
This is the main namespace.