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

Function dGeomSetData

3rd_party/Src/ode/ode/src/collision_kernel.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293
294void dGeomSetData (dxGeom *g, void *data)
295{
296 dAASSERT (g);
297 g->data = data;
298}
299
300
301void *dGeomGetData (dxGeom *g)

Callers 4

setDataMethod · 0.85
dGeomCreateUserDataFunction · 0.85
dGeomDestroyUserDataFunction · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected