29 #ifndef __CLAW_TWEEN_SYMMETRIC_EASING_HPP__
30 #define __CLAW_TWEEN_SYMMETRIC_EASING_HPP__
40 template<
double (*Function)(
double)>
44 static double ease_in(
double t );
55 #endif // __CLAW_TWEEN_SYMMETRIC_EASING_HPP__
Implementation of the claw::tween::symmetric_easing class.
static double ease_out(double t)
Apply the easing at the end of the tweener.
Easing functions for the tweener.
static double ease_in(double t)
Apply the easing at the beginning of the tweener.
static double ease_in_out(double t)
Apply the easing at the beginning and the end of the tweener.