Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ PropagateBoundToRoot
Method
PropagateBoundToRoot
GTE/Graphics/Spatial.cpp:82–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void Spatial::PropagateBoundToRoot ()
83
{
84
if (mParent)
85
{
86
mParent->UpdateWorldBound();
87
mParent->PropagateBoundToRoot();
88
}
89
}
90
91
Callers
nothing calls this directly
Calls
1
UpdateWorldBound
Method · 0.45
Tested by
no test coverage detected