MCPcopy 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
287void dGeomDestroy (dxGeom *g)
288{
289 dAASSERT (g);
290 delete g;
291}
292
293
294void dGeomSetData (dxGeom *g, void *data)

Callers 15

~dxSpaceMethod · 0.85
dSpaceDestroyFunction · 0.85
~dGeomMethod · 0.85
destroyMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
createMethod · 0.85
dGeomRayMotionDestroyFunction · 0.85
DestroyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected