qxLib
easing_functions.h File Reference

File contains easing functions. More...

#include <qx/math/common.h>
#include <cmath>
#include <functional>
#include <numbers>

Go to the source code of this file.

Detailed Description

File contains easing functions.

See https://doc.magnum.graphics/magnum/namespaceMagnum_1_1Animation_1_1Easing.html for details For all y = f(x): 0.0 <= x <= 1.0 f(0.0) = 0.0 (with epsilon = qx::easing::eps<T>()) f(1.0) = 1.0 (with epsilon = qx::easing::eps<T>())

Author
Khrapov
Date
4.05.2021

Definition in file easing_functions.h.