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

Function dJointGroupDestroy

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

Source from the content-addressed store, hash-verified

1046
1047
1048void dJointGroupDestroy (dJointGroupID group)
1049{
1050 dAASSERT (group);
1051 dJointGroupEmpty (group);
1052 delete group;
1053}
1054
1055
1056void dJointGroupEmpty (dJointGroupID group)

Callers 3

~dJointGroupMethod · 0.85
createMethod · 0.85
DestroyMethod · 0.85

Calls 1

dJointGroupEmptyFunction · 0.85

Tested by

no test coverage detected