Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
439
int dGeomIsSpace (dxGeom *g)
440
{
441
dAASSERT (g);
442
return IS_SPACE(g);
443
}
444
445
446
dSpaceID dGeomGetSpace (dxGeom *g)
Callers
11
dSpaceDestroy
Function · 0.85
dSpaceSetCleanup
Function · 0.85
dSpaceGetCleanup
Function · 0.85
dSpaceAdd
Function · 0.85
dSpaceRemove
Function · 0.85
dSpaceQuery
Function · 0.85
dSpaceClean
Function · 0.85
dSpaceGetNumGeoms
Function · 0.85
dSpaceGetGeom
Function · 0.85
dSpaceCollide
Function · 0.85
isSpace
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected