Loading...
Searching...
No Matches
ml::detail Namespace Reference

Classes

struct  cb_arg
struct  cb_arg< R(C::*)(A) const >
struct  cb_arg< R(C::*)(A)>

Functions

sf::Color lerp (const sf::Color &a, const sf::Color &b, float t)
sf::Vector2f lerp (const sf::Vector2f &a, const sf::Vector2f &b, float t)
float lerp (float a, float b, float t)

Function Documentation

◆ lerp() [1/3]

sf::Color ml::detail::lerp ( const sf::Color & a,
const sf::Color & b,
float t )
inline

Definition at line 37 of file Tweener.h.

◆ lerp() [2/3]

sf::Vector2f ml::detail::lerp ( const sf::Vector2f & a,
const sf::Vector2f & b,
float t )
inline

Definition at line 32 of file Tweener.h.

◆ lerp() [3/3]

float ml::detail::lerp ( float a,
float b,
float t )
inline

Definition at line 30 of file Tweener.h.