MCPcopy 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
1172dJointFeedback *dJointGetFeedback (dxJoint *joint)
1173{
1174 dAASSERT (joint);
1175 return joint->feedback;
1176}
1177
1178
1179int dAreConnected (dBodyID b1, dBodyID b2)

Callers 2

PhDataUpdateMethod · 0.85
UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected