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

Function dGeomGetClassData

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

Source from the content-addressed store, hash-verified

610
611
612void * dGeomGetClassData (dxGeom *g)
613{
614 dUASSERT (g && g->type >= dFirstUserClass &&
615 g->type <= dLastUserClass,"not a custom class");
616 dxUserGeom *user = (dxUserGeom*) g;
617 return user->user_data;
618}
619
620
621dGeomID dCreateGeom (int classnum)

Callers 15

dCollideRMBFunction · 0.85
dCollideRMSFunction · 0.85
dCollideRMCylFunction · 0.85
dRayMotionsAABBFunction · 0.85
dGeomRayMotionDestroyFunction · 0.85
dCreateRayMotionsFunction · 0.85
dGeomRayMotionsSetFunction · 0.85
dGeomRayMotionSetGeomFunction · 0.85
GetDataFunction · 0.85
dDestroyTriListFunction · 0.85
dGeomTriListSetCallbackFunction · 0.85
dGeomTriListGetCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected