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

Function dGeomGetClass

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

Source from the content-addressed store, hash-verified

451
452
453int dGeomGetClass (dxGeom *g)
454{
455 dAASSERT (g);
456 return g->type;
457}
458
459
460void dGeomSetCategoryBits (dxGeom *g, unsigned long bits)

Callers 15

getClassMethod · 0.85
CollideIntoGroupFunction · 0.85
retrieveGeomFunction · 0.85
is_transformMethod · 0.85
DBG_DrawContactFunction · 0.85
UpdateMethod · 0.85
computeFinalTxFunction · 0.85
GetBoxExtensionsFunction · 0.85
GetCylinderExtensionsFunction · 0.85
GetSphereExtensionsFunction · 0.85
dSortedTriCylMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected