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

Function dWorldRemoveJoint

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

Source from the content-addressed store, hash-verified

906
907}
908void dWorldRemoveJoint(dxWorld* w,dxJoint *j)
909{
910 dIASSERT(w&&j&&w==j->world);
911 removeObjectFromList((dObject*)j);
912 w->nj--;
913 j->world=0;
914}
915
916static void dJointInit (dxWorld *w, dxJoint *j)
917{

Callers 2

DisconnectJointMethod · 0.85
RemoveJointMethod · 0.85

Calls 1

removeObjectFromListFunction · 0.85

Tested by

no test coverage detected