MCPcopy 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

UpdateFishSwarmFunction · 0.45
ControlGuardianFunction · 0.45
ControlAutoGunFunction · 0.45
UpdateFireflySwarmFunction · 0.45
SpinBackMethod · 0.45
DrawCompassMethod · 0.45
lara_as_vaultFunction · 0.45
lara_as_auto_jumpFunction · 0.45
ResetPlayerLeanFunction · 0.45
ResetPlayerFlexFunction · 0.45
ResetPlayerLookAroundFunction · 0.45
ItemPushItemFunction · 0.45

Calls 3

LerpFunction · 0.85
Vector3iClass · 0.70
ToVector3Method · 0.45

Tested by

no test coverage detected