Uses of Class
org.jbox2d.collision.RayCastOutput
-
Packages that use RayCastOutput Package Description org.jbox2d.collision org.jbox2d.collision.shapes org.jbox2d.dynamics org.jbox2d.testbed.tests -
-
Uses of RayCastOutput in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type RayCastOutput Modifier and Type Method Description booleanAABB. raycast(RayCastOutput output, RayCastInput input)Deprecated.please useAABB.raycast(RayCastOutput, RayCastInput, IWorldPool)for better performancebooleanAABB. raycast(RayCastOutput output, RayCastInput input, IWorldPool argPool)From Real-time Collision Detection, p179.voidRayCastOutput. set(RayCastOutput rco) -
Uses of RayCastOutput in org.jbox2d.collision.shapes
Methods in org.jbox2d.collision.shapes with parameters of type RayCastOutput Modifier and Type Method Description booleanChainShape. raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex)booleanCircleShape. raycast(RayCastOutput output, RayCastInput input, Transform transform, int childIndex)booleanEdgeShape. raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex)booleanPolygonShape. raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex)abstract booleanShape. raycast(RayCastOutput output, RayCastInput input, Transform transform, int childIndex)Cast a ray against a child shape. -
Uses of RayCastOutput in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as RayCastOutput Modifier and Type Field Description private RayCastOutputWorldRayCastWrapper. outputMethods in org.jbox2d.dynamics with parameters of type RayCastOutput Modifier and Type Method Description booleanFixture. raycast(RayCastOutput output, RayCastInput input, int childIndex)Cast a ray against this shape. -
Uses of RayCastOutput in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as RayCastOutput Modifier and Type Field Description (package private) RayCastOutputDynamicTreeTest. m_rayCastOutput
-