| 93 | /// dInfiniteAABB(geom,aabb); |
| 94 | } |
| 95 | void dGeomRayMotionDestroy(dGeomID ray) { dGeomDestroy(((dxRayMotions*)dGeomGetClassData(ray))->ray); } |
| 96 | dxGeom* dCreateRayMotions(dSpaceID space) |
| 97 | { |
| 98 | if (dRayMotionsClassUser == -1) |
nothing calls this directly
no test coverage detected