MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dJointCreateUniversal

Function dJointCreateUniversal

3rd_party/Src/ode/ode/src/ode.cpp:998–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996
997
998dxJoint * dJointCreateUniversal (dWorldID w, dJointGroupID group)
999{
1000 //dAASSERT (w);
1001 return createJoint (w,group,&__duniversal_vtable);
1002}
1003
1004
1005dxJoint * dJointCreateFixed (dWorldID w, dJointGroupID group)

Callers 2

dUniversalJointMethod · 0.85
createMethod · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected