Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ quartEaseIn
Function
quartEaseIn
core/2d/TweenFunction.cpp:247–250 ·
view source on GitHub ↗
Quart Ease
Source
from the content-addressed store, hash-verified
245
246
// Quart Ease
247
float quartEaseIn(float time)
248
{
249
return time * time * time * time;
250
}
251
252
float quartEaseOut(float time)
253
{
Callers
1
tweenTo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected