Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dCreateRay
Function
dCreateRay
3rd_party/Src/ode/ode/src/collision_std.cpp:418–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
417
418
dGeomID dCreateRay (dSpaceID space, dReal length)
419
{
420
return new dxRay (space,length);
421
}
422
423
424
void dGeomRaySetLength (dGeomID g, dReal length)
Callers
3
dRay
Method · 0.85
create
Method · 0.85
dCreateRayMotions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected