Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ EASE
Function
EASE
src/SB/Core/x/xMathInlines.h:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
inline F32 EASE(F32 rhs)
27
{
28
return rhs * ((rhs * 3.0f) - (rhs * 2.0f) * rhs);
29
}
30
31
inline F32 SMOOTH(F32 x, F32 y, F32 z)
32
{
Callers
2
Upd_OilOoze
Method · 0.85
SMOOTH
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected