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

Function dGeomGetBodyNext

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

Source from the content-addressed store, hash-verified

272// misc
273
274dxGeom *dGeomGetBodyNext (dxGeom *geom)
275{
276 return geom->body_next;
277}
278
279//****************************************************************************
280// public API for geometry objects

Callers 6

dBodyDestroyFunction · 0.85
dBodySetPositionFunction · 0.85
dBodySetRotationFunction · 0.85
dBodySetQuaternionFunction · 0.85
moveAndRotateBodyFunction · 0.85
dxStepBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected