| 688 | |
| 689 | |
| 690 | void 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 | |
| 699 | int dSpaceQuery (dxSpace *space, dxGeom *g) |
no test coverage detected