.. index:: pair: class; EE::Math::Ease .. _doxid-class_e_e_1_1_math_1_1_ease: class EE::Math::Ease ==================== .. toctree:: :hidden: enum_EE_Math_Ease_Interpolation.rst Container class of the Interpolation types. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Ease { public: // enums enum :ref:`Interpolation`; // methods static std::string :target:`toString`(const :ref:`Interpolation`& interpolation); static :ref:`Interpolation` :target:`fromName`(const std::string& name, const :ref:`Interpolation`& defaultInterpolation = :ref:`Ease::Linear`); };