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

Function dJointCreateHinge2

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

Source from the content-addressed store, hash-verified

989 return j;
990}
991dxJoint * dJointCreateHinge2 (dWorldID w, dJointGroupID group)
992{
993 //dAASSERT (w);
994 return createJoint (w,group,&__dhinge2_vtable);
995}
996
997
998dxJoint * dJointCreateUniversal (dWorldID w, dJointGroupID group)

Callers 3

dHinge2JointMethod · 0.85
createMethod · 0.85
CreateHinge2Method · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected