Uses of Class
org.jbox2d.collision.RayCastOutput

Packages that use RayCastOutput
org.jbox2d.collision   
org.jbox2d.collision.shapes   
org.jbox2d.dynamics   
 

Uses of RayCastOutput in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type RayCastOutput
 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 RayCastOutput.set(RayCastOutput rco)
           
 

Uses of RayCastOutput in org.jbox2d.collision.shapes
 

Methods in org.jbox2d.collision.shapes with parameters of type RayCastOutput
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 RayCastOutput in org.jbox2d.dynamics
 

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



Copyright © 2012. All Rights Reserved.