Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
void *dGeomGetData (dxGeom *g)
302
{
303
dAASSERT (g);
304
return g->data;
305
}
306
307
308
void dGeomSetBody (dxGeom *g, dxBody *b)
Callers
5
getData
Method · 0.85
ExtendedGeom.h
File · 0.85
InitContact
Method · 0.85
dSortedTriSphere
Method · 0.85
dTriSphere
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected