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