MCPcopy 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

InitializePickupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected