Uses of Interface
org.jbox2d.callbacks.TreeRayCastCallback

Packages that use TreeRayCastCallback
org.jbox2d.collision.broadphase   
 

Uses of TreeRayCastCallback in org.jbox2d.collision.broadphase
 

Methods in org.jbox2d.collision.broadphase with parameters of type TreeRayCastCallback
 boolean DynamicTree.raycast(DynamicTreeNode argNode, RayCastInput argInput, int argCount, AABB argSegAABB, Vec2 argV, Vec2 argP1, Vec2 argP2, Vec2 argAbs_v, float[] argMaxFraction, TreeRayCastCallback argCallback)
           
 void DynamicTree.raycast(TreeRayCastCallback argCallback, RayCastInput argInput)
          Ray-cast against the proxies in the tree.
 void BroadPhase.raycast(TreeRayCastCallback callback, RayCastInput input)
          Ray-cast against the proxies in the tree.
 



Copyright © 2011. All Rights Reserved.