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

Method ~dxGeom

3rd_party/Src/ode/ode/src/collision_kernel.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239dxGeom::~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
247int dxGeom::AABBTest (dxGeom *o, dReal aabb[6])

Callers

nothing calls this directly

Calls 2

dSpaceRemoveFunction · 0.85
dFreeFunction · 0.85

Tested by

no test coverage detected