MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetAabb

Method GetAabb

TombEngine/Game/items.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41constexpr auto ITEM_DEATH_TIMEOUT = 4 * FPS;
42
43BoundingBox ItemInfo::GetAabb() const
44{
45 return Geometry::GetAabb(GetObb());
46}
47
48BoundingOrientedBox ItemInfo::GetObb() const
49{

Callers 7

InitializeMethod · 0.45
UpdateMethod · 0.45
EnableMethod · 0.45
AssignSectorsMethod · 0.45
lara_col_pickupFunction · 0.45

Calls 1

GetAabbFunction · 0.85

Tested by

no test coverage detected