Uses of Interface
org.jbox2d.callbacks.QueryCallback
-
Packages that use QueryCallback Package Description org.jbox2d.dynamics org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of QueryCallback in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as QueryCallback Modifier and Type Field Description (package private) QueryCallback
WorldQueryWrapper. callback
Methods in org.jbox2d.dynamics with parameters of type QueryCallback Modifier and Type Method Description void
World. 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 Modifier and Type Class Description (package private) class
TestQueryCallback
-
Uses of QueryCallback in org.jbox2d.testbed.tests
Classes in org.jbox2d.testbed.tests that implement QueryCallback Modifier and Type Class Description (package private) class
PolyShapesCallback
This callback is called by b2World::QueryAABB.
-