Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ sineEaseOut
Function
sineEaseOut
core/2d/TweenFunction.cpp:197–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
float sineEaseOut(float time)
198
{
199
return sinf(time * (float)M_PI_2);
200
}
201
202
float sineEaseInOut(float time)
203
{
Callers
1
tweenTo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected