MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dJointDestroy

Function dJointDestroy

3rd_party/Src/ode/ode/src/ode.cpp:1026–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024
1025
1026void dJointDestroy (dxJoint *j)
1027{
1028 dAASSERT (j);
1029 if (j->flags & dJOINT_INGROUP) return;
1030 removeJointReferencesFromAttachedBodies (j);
1031 if (j->world) {
1032 removeObjectFromList (j);
1033 j->world->nj--;
1034 }
1035 dFree (j,j->vtable->size);
1036}
1037
1038
1039dJointGroupID dJointGroupCreate (int max_size)

Callers 14

dTestDataStructuresFunction · 0.85
~dJointMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
ReleaseMethod · 0.85

Calls 3

removeObjectFromListFunction · 0.85
dFreeFunction · 0.85

Tested by

no test coverage detected