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

Method dxUserGeom

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

Source from the content-addressed store, hash-verified

526
527
528dxUserGeom::dxUserGeom (int class_num) : dxGeom (0,1)
529{
530 type = class_num;
531 int size = user_classes[type-dFirstUserClass].bytes;
532 user_data = dAlloc (size);
533 memset (user_data,0,size);
534}
535
536
537dxUserGeom::~dxUserGeom()

Callers

nothing calls this directly

Calls 1

dAllocFunction · 0.85

Tested by

no test coverage detected