Class BackEase

Inheritance Relationships

Base Type

Class Documentation

class BackEase : public EasingBase

Public Functions

BackEase()
BackEase(easingType_t type_, NUMBER overshoot_)
virtual NUMBER easeIn(NUMBER time_) const
virtual NUMBER easeOut(NUMBER time_) const
virtual NUMBER easeInOut(NUMBER time_) const
void setOvershoot(NUMBER overshoot_)