Uses of Interface
org.jbox2d.callbacks.RayCastCallback
-
Packages that use RayCastCallback Package Description org.jbox2d.dynamics org.jbox2d.testbed.tests -
-
Uses of RayCastCallback in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as RayCastCallback Modifier and Type Field Description (package private) RayCastCallback
WorldRayCastWrapper. callback
Methods in org.jbox2d.dynamics with parameters of type RayCastCallback Modifier and Type Method Description void
World. raycast(RayCastCallback callback, Vec2 point1, Vec2 point2)
Ray-cast the world for all fixtures in the path of the ray. -
Uses of RayCastCallback in org.jbox2d.testbed.tests
Classes in org.jbox2d.testbed.tests that implement RayCastCallback Modifier and Type Class Description (package private) class
EdgeShapesCallback
(package private) class
RayCastAnyCallback
(package private) class
RayCastClosestCallback
(package private) class
RayCastMultipleCallback
-