MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetChildPtr

Method GetChildPtr

GTE/Graphics/Node.cpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140Spatial* Node::GetChildPtr(int32_t i)
141{
142 if (0 <= i && i < static_cast<int32_t>(mChild.size()))
143 {
144 return mChild[i].get();
145 }
146 return nullptr;
147}
148
149void Node::UpdateWorldData(double applicationTime)
150{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected