MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / lerp

Method lerp

src/SB/Game/zEntCruiseBubble.cpp:3514–3517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3512 }
3513
3514 void cruise_bubble::state_camera_survey::lerp(F32& a, F32 b, F32 c, F32 d) const
3515 {
3516 a = (b * (d - c)) + c;
3517 }
3518
3519 void cruise_bubble::state_camera_survey::lerp(xVec3& a, F32 b, const xVec3& c,
3520 const xVec3& d) const

Callers

nothing calls this directly

Calls 1

lerpFunction · 0.70

Tested by

no test coverage detected