MCPcopy 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
104dGeomID dCreateSphere (dSpaceID space, dReal radius)
105{
106 return new dxSphere (space,radius);
107}
108
109
110void dGeomSphereSetRadius (dGeomID g, dReal radius)

Callers 5

dSphereMethod · 0.85
createMethod · 0.85
CreateMethod · 0.85
createMethod · 0.85
CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected