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

Function linear

core/2d/TweenFunction.cpp:186–189  ·  view source on GitHub ↗

Linear

Source from the content-addressed store, hash-verified

184
185// Linear
186float linear(float time)
187{
188 return time;
189}
190
191// Sine Ease
192float sineEaseIn(float time)

Callers 1

tweenToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected