ofxEasing icon indicating copy to clipboard operation
ofxEasing copied to clipboard

easing::linear

Open rvegele opened this issue 7 years ago • 0 comments

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.

rvegele avatar Jan 25 '18 09:01 rvegele