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