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

Function dJointGetData

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

Source from the content-addressed store, hash-verified

1138
1139
1140void *dJointGetData (dxJoint *joint)
1141{
1142 dAASSERT (joint);
1143 return joint->userdata;
1144}
1145
1146
1147int dJointGetType (dxJoint *joint)

Callers 3

getDataMethod · 0.85
PhTuneMethod · 0.85
UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected