Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1048
void dJointGroupDestroy (dJointGroupID group)
1049
{
1050
dAASSERT (group);
1051
dJointGroupEmpty (group);
1052
delete group;
1053
}
1054
1055
1056
void dJointGroupEmpty (dJointGroupID group)
Callers
3
~dJointGroup
Method · 0.85
create
Method · 0.85
Destroy
Method · 0.85
Calls
1
dJointGroupEmpty
Function · 0.85
Tested by
no test coverage detected