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

Function dJointCreateHinge

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

Source from the content-addressed store, hash-verified

957
958
959dxJoint * dJointCreateHinge (dWorldID w, dJointGroupID group)
960{
961 //dAASSERT (w);
962 return createJoint (w,group,&__dhinge_vtable);
963}
964
965
966dxJoint * dJointCreateSlider (dWorldID w, dJointGroupID group)

Callers 3

dHingeJointMethod · 0.85
createMethod · 0.85
CreateHingeMethod · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected