Uses of Interface
org.jbox2d.callbacks.RayCastCallback

Packages that use RayCastCallback
org.jbox2d.collision.broadphase   
org.jbox2d.dynamics   
 

Uses of RayCastCallback in org.jbox2d.collision.broadphase
 

Methods in org.jbox2d.collision.broadphase with parameters of type RayCastCallback
 void IBroadphase.raycast(RayCastCallback callback, RayCastInput input)
           
 

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 © 2012. All Rights Reserved.