MCPcopy 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
208float quadEaseIn(float time)
209{
210 return time * time;
211}
212
213float quadEaseOut(float time)
214{

Callers 1

tweenToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected