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

Method GetCollisionAabb

TombEngine/Game/StaticMesh.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 GameBoundingBox StaticMesh::GetCollisionAabb() const
16 {
17 auto aabb = Statics[Slot].collisionBox;
18 ScaleAabb(aabb);
19 return aabb;
20 }
21
22 void StaticMesh::ScaleAabb(GameBoundingBox& aabb) const
23 {

Callers 2

StaticMesh.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected