| 237 | |
| 238 | |
| 239 | dxGeom::~dxGeom() |
| 240 | { |
| 241 | if (parent_space) dSpaceRemove (parent_space,this); |
| 242 | if ((gflags & GEOM_PLACEABLE) && !body) dFree (pos,sizeof(dxPosR)); |
| 243 | bodyRemove(); |
| 244 | } |
| 245 | |
| 246 | |
| 247 | int dxGeom::AABBTest (dxGeom *o, dReal aabb[6]) |
nothing calls this directly
no test coverage detected