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