Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dCreateBox
Function
dCreateBox
3rd_party/Src/ode/ode/src/collision_std.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
167
dGeomID dCreateBox (dSpaceID space, dReal lx, dReal ly, dReal lz)
168
{
169
return new dxBox (space,lx,ly,lz);
170
}
171
172
173
void dGeomBoxSetLengths (dGeomID g, dReal lx, dReal ly, dReal lz)
Callers
4
dBox
Method · 0.85
create
Method · 0.85
Create
Method · 0.85
create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected