| 1003 | |
| 1004 | |
| 1005 | dxJoint * dJointCreateFixed (dWorldID w, dJointGroupID group) |
| 1006 | { |
| 1007 | //dAASSERT (w); |
| 1008 | return createJoint (w,group,&__dfixed_vtable); |
| 1009 | } |
| 1010 | |
| 1011 | |
| 1012 | dxJoint * dJointCreateNull (dWorldID w, dJointGroupID group) |
no test coverage detected