MCPcopy 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

DrawObjectIn3DSpaceMethod · 0.80
GetDisplayItemBoundsMethod · 0.80

Calls 1

LerpFunction · 0.85

Tested by

no test coverage detected