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

Function dGeomRayMotionDestroy

ogsr_engine/xrGame/dRayMotions.cpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 /// dInfiniteAABB(geom,aabb);
94}
95void dGeomRayMotionDestroy(dGeomID ray) { dGeomDestroy(((dxRayMotions*)dGeomGetClassData(ray))->ray); }
96dxGeom* dCreateRayMotions(dSpaceID space)
97{
98 if (dRayMotionsClassUser == -1)

Callers

nothing calls this directly

Calls 2

dGeomDestroyFunction · 0.85
dGeomGetClassDataFunction · 0.85

Tested by

no test coverage detected