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

Function dSpaceQuery

3rd_party/Src/ode/ode/src/collision_space.cpp:699–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697
698
699int dSpaceQuery (dxSpace *space, dxGeom *g)
700{
701 dAASSERT (space);
702 dUASSERT (dGeomIsSpace(space),"argument not a space");
703 return space->query (g);
704}
705
706void dSpaceClean (dxSpace *space){
707 dAASSERT (space);

Callers 2

dGeomGroupQueryFunction · 0.85
queryMethod · 0.85

Calls 2

dGeomIsSpaceFunction · 0.85
queryMethod · 0.45

Tested by

no test coverage detected