Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
cpContactPointSet Arbiter::getContactPointSet() {
76
return cpArbiterGetContactPointSet( mArbiter );
77
}
78
79
void Arbiter::setContactPointSet( cpContactPointSet* contact ) {
80
cpArbiterSetContactPointSet( mArbiter, contact );
Callers
1
stickyPreSolve
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected