Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
float linear(float time)
187
{
188
return time;
189
}
190
191
// Sine Ease
192
float sineEaseIn(float time)
Callers
1
tweenTo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected