MCPcopy 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

275namespace
276{
277 void lerp(F32& out, F32 t, F32 a, F32 b)
278 {
279 out = a + (b - a) * t;
280 }
281}
282
283void xDecalEmitter::update_frac(xDecalEmitter::unit_data& unit)

Callers 2

updateMethod · 0.70
get_render_dataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected