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

Function dJointCreateAMotor

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

Source from the content-addressed store, hash-verified

1017
1018
1019dxJoint * dJointCreateAMotor (dWorldID w, dJointGroupID group)
1020{
1021 //dAASSERT (w);
1022 return createJoint (w,group,&__damotor_vtable);
1023}
1024
1025
1026void dJointDestroy (dxJoint *j)

Callers 5

dAMotorJointMethod · 0.85
createMethod · 0.85
CreateSliderMethod · 0.85
CreateFullControlMethod · 0.85
PullingUpdateMethod · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected