MCPcopy 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
82void Spatial::PropagateBoundToRoot ()
83{
84 if (mParent)
85 {
86 mParent->UpdateWorldBound();
87 mParent->PropagateBoundToRoot();
88 }
89}
90
91

Callers

nothing calls this directly

Calls 1

UpdateWorldBoundMethod · 0.45

Tested by

no test coverage detected