Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetWidth
Method
GetWidth
TombEngine/Math/Objects/GameBoundingBox.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
int GameBoundingBox::GetWidth() const
64
{
65
return abs(X2 - X1);
66
}
67
68
int GameBoundingBox::GetHeight() const
69
{
Callers
4
HandlePushableRippleEffect
Function · 0.80
HandlePushableOscillation
Function · 0.80
HandlePushableBridgeOscillation
Function · 0.80
InitializePickup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected