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

Method GetObb

TombEngine/Game/StaticMesh.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 BoundingOrientedBox StaticMesh::GetObb() const
40 {
41 return GetBoundsAccurate(*this, false).ToBoundingOrientedBox(Pose);
42 }
43
44 BoundingOrientedBox StaticMesh::GetVisibilityObb() const
45 {

Callers

nothing calls this directly

Calls 1

ToBoundingOrientedBoxMethod · 0.80

Tested by

no test coverage detected