Go to the documentation of this file.
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__