Uses of Interface
org.jbox2d.callbacks.QueryCallback
Packages that use QueryCallback
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
-
Uses of QueryCallback in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type QueryCallbackModifier and TypeMethodDescriptionvoidWorld.queryAABB(QueryCallback callback, ParticleQueryCallback particleCallback, AABB aabb) Query the world for all fixtures and particles that potentially overlap the provided AABB.voidWorld.queryAABB(QueryCallback callback, AABB aabb) Query the world for all fixtures that potentially overlap the provided AABB.