MCPcopy Create free account
hub / github.com/ByteArena/box2d / FindNewContacts

Method FindNewContacts

DynamicsB2ContactManager.go:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145}
146
147func (mgr *B2ContactManager) FindNewContacts() {
148 mgr.M_broadPhase.UpdatePairs(mgr.AddPair)
149}
150
151func (mgr *B2ContactManager) AddPair(proxyUserDataA interface{}, proxyUserDataB interface{}) {
152

Callers 3

SolveMethod · 0.80
SolveTOIMethod · 0.80
StepMethod · 0.80

Calls 1

UpdatePairsMethod · 0.80

Tested by

no test coverage detected