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