#include <Malena/Animation/Easing.h>#include <SFML/Graphics/Color.hpp>#include <SFML/System/Vector2.hpp>#include <algorithm>#include <cmath>#include <functional>Go to the source code of this file.
Classes | |
| class | ml::Tweener< T > |
| A single delta-time value animation. More... | |
Namespaces | |
| namespace | ml |
| namespace | ml::detail |
Functions | |
| sf::Color | ml::detail::lerp (const sf::Color &a, const sf::Color &b, float t) |
| sf::Vector2f | ml::detail::lerp (const sf::Vector2f &a, const sf::Vector2f &b, float t) |
| float | ml::detail::lerp (float a, float b, float t) |