Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dGeomDestroy
Function
dGeomDestroy
3rd_party/Src/ode/ode/src/collision_kernel.cpp:287–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
286
287
void dGeomDestroy (dxGeom *g)
288
{
289
dAASSERT (g);
290
delete g;
291
}
292
293
294
void dGeomSetData (dxGeom *g, void *data)
Callers
15
~dxSpace
Method · 0.85
dSpaceDestroy
Function · 0.85
~dGeom
Method · 0.85
destroy
Method · 0.85
create
Method · 0.85
create
Method · 0.85
create
Method · 0.85
create
Method · 0.85
create
Method · 0.85
create
Method · 0.85
dGeomRayMotionDestroy
Function · 0.85
Destroy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected