Uses of Interface
org.jbox2d.callbacks.PairCallback
Packages that use PairCallback
Package
Description
Broad-phase collision detection structures and strategies, including the
dynamic tree used to efficiently find potentially colliding proxies.
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
-
Uses of PairCallback in org.jbox2d.collision.broadphase
Methods in org.jbox2d.collision.broadphase with parameters of type PairCallbackModifier and TypeMethodDescriptionvoidBroadPhase.updatePairs(PairCallback callback) Update the pairs.final voidDefaultBroadPhaseBuffer.updatePairs(PairCallback callback) -
Uses of PairCallback in org.jbox2d.dynamics
Classes in org.jbox2d.dynamics that implement PairCallback