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 );
45 static double ease_out(
double t );
46 static double ease_in_out(
double t );
53 #include "claw/tween/easing/impl/symmetric_easing.tpp" 55 #endif // __CLAW_TWEEN_SYMMETRIC_EASING_HPP__ Easing functions for the tweener.
This is the main namespace.