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

Function dJointCreateContactSpecial

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

Source from the content-addressed store, hash-verified

980 return j;
981}
982dxJoint * dJointCreateContactSpecial (dWorldID w, dJointGroupID group,
983 const dContact *c)
984{
985 dAASSERT (c);
986 dxJointContact *j = (dxJointContact *)
987 createJoint (w,group,&__dcontact_special_vtable);
988 j->contact = *c;
989 return j;
990}
991dxJoint * dJointCreateHinge2 (dWorldID w, dJointGroupID group)
992{
993 //dAASSERT (w);

Callers 2

InitContactMethod · 0.85

Calls 1

createJointFunction · 0.85

Tested by

no test coverage detected