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

Function dJointCreateSlider

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

Source from the content-addressed store, hash-verified

964
965
966dxJoint * dJointCreateSlider (dWorldID w, dJointGroupID group)
967{
968 // dAASSERT (w);
969 return createJoint (w,group,&__dslider_vtable);
970}
971
972
973dxJoint * dJointCreateContact (dWorldID w, dJointGroupID group,

Callers 3

dSliderJointMethod · 0.85
createMethod · 0.85
CreateSliderMethod · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected