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

Function dCreateGeom

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

Source from the content-addressed store, hash-verified

619
620
621dGeomID dCreateGeom (int classnum)
622{
623 dUASSERT (classnum >= dFirstUserClass &&
624 classnum <= dLastUserClass,"not a custom class");
625 return new dxUserGeom (classnum);
626}
627
628//****************************************************************************
629// here is where we deallocate any memory that has been globally

Callers 3

dCreateRayMotionsFunction · 0.85
dCreateTriListFunction · 0.85
dCreateCylinderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected