MCPcopy Create free account
hub / github.com/axmolengine/axmol / quadEaseOut

Function quadEaseOut

core/2d/TweenFunction.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213float quadEaseOut(float time)
214{
215 return -1 * time * (time - 2);
216}
217
218float quadEaseInOut(float time)
219{

Callers 1

tweenToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected