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

Function dGeomGetBody

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

Source from the content-addressed store, hash-verified

338
339
340dBodyID dGeomGetBody (dxGeom *g)
341{
342 dAASSERT (g);
343 return g->body;
344}
345
346
347void dGeomSetPosition (dxGeom *g, dReal x, dReal y, dReal z)

Callers 15

getBodyMethod · 0.85
CollideIntoGroupFunction · 0.85
TTestDepthCallbackFunction · 0.85
InitContactMethod · 0.85
CollisionCallbackMethod · 0.85
TContactShotMarkFunction · 0.85
ObjectContactCallbackMethod · 0.85
DBG_DrawContactFunction · 0.85
StaticEnvironmentFunction · 0.85
InitContactMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected