Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dCreateSphere
Function
dCreateSphere
3rd_party/Src/ode/ode/src/collision_std.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
104
dGeomID dCreateSphere (dSpaceID space, dReal radius)
105
{
106
return new dxSphere (space,radius);
107
}
108
109
110
void dGeomSphereSetRadius (dGeomID g, dReal radius)
Callers
5
dSphere
Method · 0.85
create
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