Uses of Interface
org.jbox2d.callbacks.RayCastCallback
Packages that use RayCastCallback
-
Uses of RayCastCallback in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type RayCastCallbackModifier and TypeMethodDescriptionvoidWorld.raycast(RayCastCallback callback, Vec2 point1, Vec2 point2) Ray-cast the world for all fixtures in the path of the ray.