MCPcopy 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
197float sineEaseOut(float time)
198{
199 return sinf(time * (float)M_PI_2);
200}
201
202float sineEaseInOut(float time)
203{

Callers 1

tweenToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected