MCPcopy 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
202float sineEaseInOut(float time)
203{
204 return -0.5f * (cosf((float)M_PI * time) - 1);
205}
206
207// Quad Ease
208float quadEaseIn(float time)

Callers 1

tweenToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected