MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getSiblingNode

Method getSiblingNode

include/reactphysics3d/utils/Profiler.h:458–460  ·  view source on GitHub ↗

Return a pointer to a sibling node

Source from the content-addressed store, hash-verified

456
457// Return a pointer to a sibling node
458RP3D_FORCE_INLINE ProfileNode* ProfileNode::getSiblingNode() {
459 return mSiblingNode;
460}
461
462// Return a pointer to a child node
463RP3D_FORCE_INLINE ProfileNode* ProfileNode::getChildNode() {

Callers 2

enterChildMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected