MCPcopy 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
418dGeomID dCreateRay (dSpaceID space, dReal length)
419{
420 return new dxRay (space,length);
421}
422
423
424void dGeomRaySetLength (dGeomID g, dReal length)

Callers 3

dRayMethod · 0.85
createMethod · 0.85
dCreateRayMotionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected