Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ quadEaseIn
Function
quadEaseIn
core/2d/TweenFunction.cpp:208–211 ·
view source on GitHub ↗
Quad Ease
Source
from the content-addressed store, hash-verified
206
207
// Quad Ease
208
float quadEaseIn(float time)
209
{
210
return time * time;
211
}
212
213
float quadEaseOut(float time)
214
{
Callers
1
tweenTo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected