class EE::Math::Ease¶
Container class of the Interpolation types.
#include <ease.hpp> class Ease { public: // enums enum Interpolation; // methods static std::string toString(const Interpolation& interpolation); static Interpolation fromName(const std::string& name, const Interpolation& defaultInterpolation = Ease::Linear); };