MCPcopy 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

ControlTrainFunction · 0.80
InitializePickupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected