Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetInterpolatedScale
Method
GetInterpolatedScale
TombEngine/Game/Hud/DrawItems/DisplayItem.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
Vector3 DisplayItem::GetInterpolatedScale(float alpha) const
115
{
116
return Vector3::Lerp(_prevScale, _scale, alpha);
117
}
118
119
Color DisplayItem::GetInterpolatedColor(float alpha) const
120
{
Callers
2
DrawObjectIn3DSpace
Method · 0.80
GetDisplayItemBounds
Method · 0.80
Calls
1
Lerp
Function · 0.85
Tested by
no test coverage detected