Uses of Interface
org.jbox2d.collision.broadphase.BroadPhase
Packages that use BroadPhase
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 BroadPhase in org.jbox2d.collision.broadphase
Classes in org.jbox2d.collision.broadphase that implement BroadPhaseModifier and TypeClassDescriptionclassThe broad-phase is used for computing pairs and performing volume queries and ray casts. -
Uses of BroadPhase in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as BroadPhaseMethods in org.jbox2d.dynamics with parameters of type BroadPhaseModifier and TypeMethodDescriptionvoidFixture.createProxies(BroadPhase broadPhase, Transform xf) voidFixture.destroyProxies(BroadPhase broadPhase) Internal methodprotected voidFixture.synchronize(BroadPhase broadPhase, Transform transform1, Transform transform2) Internal methodConstructors in org.jbox2d.dynamics with parameters of type BroadPhaseModifierConstructorDescriptionContactManager(World argPool, BroadPhase broadPhase) World(Vec2 gravity, WorldPool pool, BroadPhase broadPhase) Construct a world object.