Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dJointGetFeedback
Function
dJointGetFeedback
3rd_party/Src/ode/ode/src/ode.cpp:1172–1176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1170
1171
1172
dJointFeedback *dJointGetFeedback (dxJoint *joint)
1173
{
1174
dAASSERT (joint);
1175
return joint->feedback;
1176
}
1177
1178
1179
int dAreConnected (dBodyID b1, dBodyID b2)
Callers
2
PhDataUpdate
Method · 0.85
Update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected