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) QueryCallbackWorldQueryWrapper. callbackMethods in org.jbox2d.dynamics with parameters of type QueryCallback Modifier and Type Method Description voidWorld. 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) classTestQueryCallback -
Uses of QueryCallback in org.jbox2d.testbed.tests
Classes in org.jbox2d.testbed.tests that implement QueryCallback Modifier and Type Class Description (package private) classPolyShapesCallbackThis callback is called by b2World::QueryAABB.
-