Uses of Interface
org.jbox2d.callbacks.QueryCallback
Packages that use QueryCallback
-
Uses of QueryCallback in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as QueryCallbackMethods in org.jbox2d.dynamics with parameters of type QueryCallbackModifier and TypeMethodDescriptionvoidWorld.queryAABB(QueryCallback callback, AABB aabb) Query the world for all fixtures that potentially overlap the provided AABB. -
Uses of QueryCallback in org.jbox2d.testbed.framework
Classes in org.jbox2d.testbed.framework that implement QueryCallback -
Uses of QueryCallback in org.jbox2d.testbed.tests
Classes in org.jbox2d.testbed.tests that implement QueryCallbackModifier and TypeClassDescription(package private) classThis callback is called by b2World::QueryAABB.