Uses of Class
org.jbox2d.collision.RayCastInput

Packages that use RayCastInput
org.jbox2d.callbacks   
org.jbox2d.collision   
org.jbox2d.collision.broadphase   
org.jbox2d.collision.shapes   
org.jbox2d.dynamics   
 

Uses of RayCastInput in org.jbox2d.callbacks
 

Methods in org.jbox2d.callbacks with parameters of type RayCastInput
 float TreeRayCastCallback.raycastCallback(RayCastInput argInput, DynamicTreeNode argNode)
           
 

Uses of RayCastInput in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type RayCastInput
 boolean AABB.raycast(RayCastOutput output, RayCastInput input)
          Deprecated. please use AABB.raycast(RayCastOutput, RayCastInput, IWorldPool) for better performance
 boolean AABB.raycast(RayCastOutput output, RayCastInput input, IWorldPool argPool)
          From Real-time Collision Detection, p179.
 void RayCastInput.set(RayCastInput rci)
           
 

Uses of RayCastInput in org.jbox2d.collision.broadphase
 

Methods in org.jbox2d.collision.broadphase with parameters of type RayCastInput
 void DynamicTree.raycast(TreeRayCastCallback callback, RayCastInput input)
          Ray-cast against the proxies in the tree.
 void BroadPhase.raycast(TreeRayCastCallback callback, RayCastInput input)
          Ray-cast against the proxies in the tree.
 

Uses of RayCastInput in org.jbox2d.collision.shapes
 

Methods in org.jbox2d.collision.shapes with parameters of type RayCastInput
abstract  boolean Shape.raycast(RayCastOutput argOutput, RayCastInput argInput, Transform argTransform)
          Cast a ray against a child shape.
 boolean PolygonShape.raycast(RayCastOutput argOutput, RayCastInput argInput, Transform argXf)
           
 boolean CircleShape.raycast(RayCastOutput argOutput, RayCastInput argInput, Transform argTransform)
           
 

Uses of RayCastInput in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type RayCastInput
 boolean Fixture.raycast(RayCastOutput output, RayCastInput input)
          Cast a ray against this shape.
 



Copyright © 2012. All Rights Reserved.