Euphoria
easing.h File Reference

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 
 eu::core::easing
 

Enumerations

enum class  eu::core::easing::Function {
  eu::core::easing::linear , eu::core::easing::smooth_start2 , eu::core::easing::smooth_start3 , eu::core::easing::smooth_start4 ,
  eu::core::easing::smooth_stop2 , eu::core::easing::smooth_stop3 , eu::core::easing::smooth_stop4 , eu::core::easing::smooth_step2 ,
  eu::core::easing::smooth_step3 , eu::core::easing::smooth_step4
}
 

Functions

float eu::core::easing::apply (Function f, float t)
 
std::vector< std::pair< const char *, Function > > eu::core::easing::get_all_values ()