Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
340
dBodyID dGeomGetBody (dxGeom *g)
341
{
342
dAASSERT (g);
343
return g->body;
344
}
345
346
347
void dGeomSetPosition (dxGeom *g, dReal x, dReal y, dReal z)
Callers
15
getBody
Method · 0.85
CollideIntoGroup
Function · 0.85
TTestDepthCallback
Function · 0.85
InitContact
Method · 0.85
cammera_shell_collide_callback_common
Function · 0.85
CollisionCallback
Method · 0.85
TContactShotMark
Function · 0.85
ObjectContactCallback
Method · 0.85
virtual_move_collide_callback
Function · 0.85
DBG_DrawContact
Function · 0.85
StaticEnvironment
Function · 0.85
InitContact
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected