Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ lerp
Function
lerp
src/SB/Core/x/xDecal.cpp:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
namespace
276
{
277
void lerp(F32& out, F32 t, F32 a, F32 b)
278
{
279
out = a + (b - a) * t;
280
}
281
}
282
283
void xDecalEmitter::update_frac(xDecalEmitter::unit_data& unit)
Callers
2
update
Method · 0.70
get_render_data
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected