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

Function dSpaceRemove

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

Source from the content-addressed store, hash-verified

688
689
690void dSpaceRemove (dxSpace *space, dxGeom *g)
691{
692 dAASSERT (space);
693 dUASSERT (dGeomIsSpace(space),"argument not a space");
694 CHECK_NOT_LOCKED (space);
695 space->remove (g);
696}
697
698
699int dSpaceQuery (dxSpace *space, dxGeom *g)

Callers 5

~dxGeomMethod · 0.85
dGeomGroupRemoveFunction · 0.85
removeMethod · 0.85
PassEndElementsMethod · 0.85
remove_from_spaceMethod · 0.85

Calls 2

dGeomIsSpaceFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected