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

Function dGeomGroupRemove

3rd_party/Src/ode/ode/src/collision_std.cpp:528–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526
527
528void dGeomGroupRemove (dxGeom *g, dxGeom *x)
529{
530 dUASSERT (g && g->type == dGeomGroupClass,"argument not a geomgroup");
531 dSpaceRemove ((dxSpace*)g,x);
532}
533
534
535int dGeomGroupGetNumGeoms (dxGeom *g)

Callers

nothing calls this directly

Calls 1

dSpaceRemoveFunction · 0.85

Tested by

no test coverage detected