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) RayCastCallbackWorldRayCastWrapper. callbackMethods in org.jbox2d.dynamics with parameters of type RayCastCallback Modifier and Type Method Description voidWorld. 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) classEdgeShapesCallback(package private) classRayCastAnyCallback(package private) classRayCastClosestCallback(package private) classRayCastMultipleCallback
-