29#ifndef __CLAW_TWEEN_EASING_NONE_HPP__
30#define __CLAW_TWEEN_EASING_NONE_HPP__
43 static double ease_in(
double t);
Easing functions for the tweener. Those functions do nothing.
static double ease_in(double t)
Apply the easing at the beginning of the tweener.
static double ease_out(double t)
Apply the easing at the end of the tweener.
static double ease_in_out(double t)
Apply the easing at the beginning and the end of the tweener.
Tweeners interpolate the intermediate values between two given reference values using various equatio...
This is the main namespace.