Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ FindNewContacts
Method
FindNewContacts
engine/source/Box2D/Dynamics/b2ContactManager.cpp:172–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void b2ContactManager::FindNewContacts()
173
{
174
m_broadPhase.UpdatePairs(this);
175
}
176
177
void b2ContactManager::AddPair(void* proxyUserDataA, void* proxyUserDataB)
178
{
Callers
4
SetTransform
Method · 0.80
Solve
Method · 0.80
SolveTOI
Method · 0.80
Step
Method · 0.80
Calls
1
UpdatePairs
Method · 0.80
Tested by
no test coverage detected