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

Method ~dxUserGeom

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

Source from the content-addressed store, hash-verified

535
536
537dxUserGeom::~dxUserGeom()
538{
539 dGeomClass *c = &user_classes[type-dFirstUserClass];
540 if (c->dtor) c->dtor (this);
541 dFree (user_data,c->bytes);
542}
543
544
545void dxUserGeom::computeAABB()

Callers

nothing calls this directly

Calls 1

dFreeFunction · 0.85

Tested by

no test coverage detected