Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ sineEaseInOut
Function
sineEaseInOut
core/2d/TweenFunction.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
float sineEaseInOut(float time)
203
{
204
return -0.5f * (cosf((float)M_PI * time) - 1);
205
}
206
207
// Quad Ease
208
float quadEaseIn(float time)
Callers
1
tweenTo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected