Uses of Interface
org.jbox2d.callbacks.RayCastCallback

Packages that use RayCastCallback
org.jbox2d.dynamics   
 

Uses of RayCastCallback in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type RayCastCallback
 void World.raycast(RayCastCallback callback, Vec2 point1, Vec2 point2)
          Ray-cast the world for all fixtures in the path of the ray.
 



Copyright © 2013. All Rights Reserved.