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

Function dGeomIsSpace

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

Source from the content-addressed store, hash-verified

437
438
439int dGeomIsSpace (dxGeom *g)
440{
441 dAASSERT (g);
442 return IS_SPACE(g);
443}
444
445
446dSpaceID dGeomGetSpace (dxGeom *g)

Callers 11

dSpaceDestroyFunction · 0.85
dSpaceSetCleanupFunction · 0.85
dSpaceGetCleanupFunction · 0.85
dSpaceAddFunction · 0.85
dSpaceRemoveFunction · 0.85
dSpaceQueryFunction · 0.85
dSpaceCleanFunction · 0.85
dSpaceGetNumGeomsFunction · 0.85
dSpaceGetGeomFunction · 0.85
dSpaceCollideFunction · 0.85
isSpaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected