Uses of Interface
org.jbox2d.callbacks.TreeRayCastCallback
-
Packages that use TreeRayCastCallback Package Description org.jbox2d.collision.broadphase org.jbox2d.dynamics org.jbox2d.testbed.tests -
-
Uses of TreeRayCastCallback in org.jbox2d.collision.broadphase
Methods in org.jbox2d.collision.broadphase with parameters of type TreeRayCastCallback Modifier and Type Method Description void
BroadPhase. raycast(TreeRayCastCallback callback, RayCastInput input)
Ray-cast against the proxies in the tree.void
BroadPhaseStrategy. raycast(TreeRayCastCallback callback, RayCastInput input)
Ray-cast against the proxies in the tree.void
DynamicTree. raycast(TreeRayCastCallback callback, RayCastInput input)
-
Uses of TreeRayCastCallback in org.jbox2d.dynamics
Classes in org.jbox2d.dynamics that implement TreeRayCastCallback Modifier and Type Class Description (package private) class
WorldRayCastWrapper
-
Uses of TreeRayCastCallback in org.jbox2d.testbed.tests
Classes in org.jbox2d.testbed.tests that implement TreeRayCastCallback Modifier and Type Class Description class
DynamicTreeTest
-