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

Function dJointCreateContact

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

Source from the content-addressed store, hash-verified

971
972
973dxJoint * dJointCreateContact (dWorldID w, dJointGroupID group,
974 const dContact *c)
975{
976 dAASSERT (c);
977 dxJointContact *j = (dxJointContact *)
978 createJoint (w,group,&__dcontact_vtable);
979 j->contact = *c;
980 return j;
981}
982dxJoint * dJointCreateContactSpecial (dWorldID w, dJointGroupID group,
983 const dContact *c)
984{

Callers 6

dContactJointMethod · 0.85
createMethod · 0.85
CollideIntoGroupFunction · 0.85
StaticEnvironmentFunction · 0.85
StaticEnvironmentCBFunction · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected