MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getContactPointSet

Method getContactPointSet

src/modules/physics/src/eepp/physics/arbiter.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75cpContactPointSet Arbiter::getContactPointSet() {
76 return cpArbiterGetContactPointSet( mArbiter );
77}
78
79void Arbiter::setContactPointSet( cpContactPointSet* contact ) {
80 cpArbiterSetContactPointSet( mArbiter, contact );

Callers 1

stickyPreSolveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected