Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1019
dxJoint * dJointCreateAMotor (dWorldID w, dJointGroupID group)
1020
{
1021
//dAASSERT (w);
1022
return createJoint (w,group,&__damotor_vtable);
1023
}
1024
1025
1026
void dJointDestroy (dxJoint *j)
Callers
5
dAMotorJoint
Method · 0.85
create
Method · 0.85
CreateSlider
Method · 0.85
CreateFullControl
Method · 0.85
PullingUpdate
Method · 0.85
Calls
1
createJoint
Function · 0.85
Tested by
no test coverage detected