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

Function dJointCreateFixed

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

Source from the content-addressed store, hash-verified

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

Callers 3

dFixedJointMethod · 0.85
createMethod · 0.85
CPhysicsShellAnimatorMethod · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected