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

Function dGeomGetData

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

Source from the content-addressed store, hash-verified

299
300
301void *dGeomGetData (dxGeom *g)
302{
303 dAASSERT (g);
304 return g->data;
305}
306
307
308void dGeomSetBody (dxGeom *g, dxBody *b)

Callers 5

getDataMethod · 0.85
ExtendedGeom.hFile · 0.85
InitContactMethod · 0.85
dSortedTriSphereMethod · 0.85
dTriSphereMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected