Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ Lerp
Method
Lerp
TombEngine/Math/Objects/Vector3i.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void Vector3i::Lerp(const Vector3i& target, float alpha)
26
{
27
*this = Lerp(*this, target, alpha);
28
}
29
30
Vector3i Vector3i::Lerp(const Vector3i& origin, const Vector3i& target, float alpha)
31
{
Callers
12
UpdateFishSwarm
Function · 0.45
ControlGuardian
Function · 0.45
ControlAutoGun
Function · 0.45
UpdateFireflySwarm
Function · 0.45
SpinBack
Method · 0.45
DrawCompass
Method · 0.45
lara_as_vault
Function · 0.45
lara_as_auto_jump
Function · 0.45
ResetPlayerLean
Function · 0.45
ResetPlayerFlex
Function · 0.45
ResetPlayerLookAround
Function · 0.45
ItemPushItem
Function · 0.45
Calls
3
Lerp
Function · 0.85
Vector3i
Class · 0.70
ToVector3
Method · 0.45
Tested by
no test coverage detected