Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
float quadEaseOut(float time)
214
{
215
return -1 * time * (time - 2);
216
}
217
218
float quadEaseInOut(float time)
219
{
Callers
1
tweenTo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected