Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetDepth
Method
GetDepth
TombEngine/Math/Objects/GameBoundingBox.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
int GameBoundingBox::GetDepth() const
74
{
75
return abs(Z2 - Z1);
76
}
77
78
Vector3 GameBoundingBox::GetCenter() const
79
{
Callers
4
ControlTrain
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