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

Function dJointCreateNull

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

Source from the content-addressed store, hash-verified

1010
1011
1012dxJoint * dJointCreateNull (dWorldID w, dJointGroupID group)
1013{
1014 // dAASSERT (w);
1015 return createJoint (w,group,&__dnull_vtable);
1016}
1017
1018
1019dxJoint * dJointCreateAMotor (dWorldID w, dJointGroupID group)

Callers 2

dNullJointMethod · 0.85
createMethod · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected