Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
294
void dGeomSetData (dxGeom *g, void *data)
295
{
296
dAASSERT (g);
297
g->data = data;
298
}
299
300
301
void *dGeomGetData (dxGeom *g)
Callers
4
setData
Method · 0.85
dGeomCreateUserData
Function · 0.85
dGeomDestroyUserData
Function · 0.85
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected