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.
This is the main namespace.