Uses of Interface
org.jbox2d.callbacks.QueryCallback
Packages that use QueryCallback
-
Uses of QueryCallback in org.jbox2d.dynamics
Methods 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.