- EasingFunctionalias EasingFunction(T) = T function(const T) 
- Alias for the easing functions' type. 
- easeInCircalias easeInCirc = easeInCircular 
- Undocumented in source. 
- easeInExpoalias easeInExpo = easeInExponential 
- Undocumented in source. 
- easeInOutCircalias easeInOutCirc = easeInOutCircular 
- Undocumented in source. 
- easeInOutExpoalias easeInOutExpo = easeInOutExponential 
- Undocumented in source. 
- easeInOutQuadalias easeInOutQuad = easeInOutQuadratic 
- Undocumented in source. 
- easeInOutQuartalias easeInOutQuart = easeInOutQuartic 
- Undocumented in source. 
- easeInOutQuintalias easeInOutQuint = easeInOutQuintic 
- Undocumented in source. 
- easeInQuadalias easeInQuad = easeInQuadratic 
- Undocumented in source. 
- easeInQuartalias easeInQuart = easeInQuartic 
- Undocumented in source. 
- easeInQuintalias easeInQuint = easeInQuintic 
- Undocumented in source. 
- easeOutCircalias easeOutCirc = easeOutCircular 
- Undocumented in source. 
- easeOutExpoalias easeOutExpo = easeOutExponential 
- Undocumented in source. 
- easeOutQuadalias easeOutQuad = easeOutQuadratic 
- Undocumented in source. 
- easeOutQuartalias easeOutQuart = easeOutQuartic 
- Undocumented in source. 
- easeOutQuintalias easeOutQuint = easeOutQuintic 
- Undocumented in source. 
- easeInBackT easeInBack(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInBounceT easeInBounce(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInCircularT easeInCircular(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInCubicT easeInCubic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInElasticT easeInElastic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInExponentialT easeInExponential(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutBackT easeInOutBack(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutBounceT easeInOutBounce(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutCircularT easeInOutCircular(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutCubicT easeInOutCubic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutElasticT easeInOutElastic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutExponentialT easeInOutExponential(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutQuadraticT easeInOutQuadratic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutQuarticT easeInOutQuartic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutQuinticT easeInOutQuintic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInOutSineT easeInOutSine(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInQuadraticT easeInQuadratic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInQuarticT easeInQuartic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInQuinticT easeInQuintic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeInSineT easeInSine(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutBackT easeOutBack(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutBounceT easeOutBounce(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutCircularT easeOutCircular(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutCubicT easeOutCubic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutElasticT easeOutElastic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutExponentialT easeOutExponential(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutQuadraticT easeOutQuadratic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutQuarticT easeOutQuartic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutQuinticT easeOutQuintic(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- easeOutSineT easeOutSine(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- linearT linear(T p) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Type generic easing functions.