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.
Easing functions for the tweener. Those functions do nothing.