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/symmetric_easing.tpp"
Easing functions for the tweener.
Tweeners interpolate the intermediate values between two given reference values using various equatio...
This is the main namespace.