MCPcopy Create free account
hub / github.com/axmolengine/axmol / quartEaseIn

Function quartEaseIn

core/2d/TweenFunction.cpp:247–250  ·  view source on GitHub ↗

Quart Ease

Source from the content-addressed store, hash-verified

245
246// Quart Ease
247float quartEaseIn(float time)
248{
249 return time * time * time * time;
250}
251
252float quartEaseOut(float time)
253{

Callers 1

tweenToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected