ofxEasing
ofxEasing copied to clipboard
easing::linear
A suggestion of perhaps not including:
- easingIn easingOut easingInOut for linear easign, since at the moment they seem to do exactly the same thing : return c*t/d + b. As easingNone is omitted for other easing classes (e.g. quad), why not omit these for linear.