Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
453
int dGeomGetClass (dxGeom *g)
454
{
455
dAASSERT (g);
456
return g->type;
457
}
458
459
460
void dGeomSetCategoryBits (dxGeom *g, unsigned long bits)
Callers
15
getClass
Method · 0.85
CollideIntoGroup
Function · 0.85
retrieveGeom
Function · 0.85
is_transform
Method · 0.85
DBG_DrawContact
Function · 0.85
Update
Method · 0.85
computeFinalTx
Function · 0.85
GetBoxExtensions
Function · 0.85
GetCylinderExtensions
Function · 0.85
GetSphereExtensions
Function · 0.85
TransformedGeometryExtensionLocalParams
Function · 0.85
dSortedTriCyl
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected