MCPcopy 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
172void b2ContactManager::FindNewContacts()
173{
174 m_broadPhase.UpdatePairs(this);
175}
176
177void b2ContactManager::AddPair(void* proxyUserDataA, void* proxyUserDataB)
178{

Callers 4

SetTransformMethod · 0.80
SolveMethod · 0.80
SolveTOIMethod · 0.80
StepMethod · 0.80

Calls 1

UpdatePairsMethod · 0.80

Tested by

no test coverage detected