Uses of Class
org.jbox2d.collision.RayCastInput
-
Packages that use RayCastInput Package Description org.jbox2d.callbacks org.jbox2d.collision org.jbox2d.collision.broadphase org.jbox2d.collision.shapes org.jbox2d.dynamics org.jbox2d.testbed.tests -
-
Uses of RayCastInput in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type RayCastInput Modifier and Type Method Description float
TreeRayCastCallback. raycastCallback(RayCastInput input, int nodeId)
-
Uses of RayCastInput in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type RayCastInput Modifier and Type Method Description boolean
AABB. raycast(RayCastOutput output, RayCastInput input)
Deprecated.please useAABB.raycast(RayCastOutput, RayCastInput, IWorldPool)
for better performanceboolean
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
Fields in org.jbox2d.collision.broadphase declared as RayCastInput Modifier and Type Field Description private RayCastInput
DynamicTree. subInput
Methods in org.jbox2d.collision.broadphase with parameters of type RayCastInput Modifier and Type Method Description void
BroadPhase. raycast(TreeRayCastCallback callback, RayCastInput input)
Ray-cast against the proxies in the tree.void
BroadPhaseStrategy. raycast(TreeRayCastCallback callback, RayCastInput input)
Ray-cast against the proxies in the tree.void
DynamicTree. raycast(TreeRayCastCallback callback, RayCastInput input)
-
Uses of RayCastInput in org.jbox2d.collision.shapes
Methods in org.jbox2d.collision.shapes with parameters of type RayCastInput Modifier and Type Method Description boolean
ChainShape. raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex)
boolean
CircleShape. raycast(RayCastOutput output, RayCastInput input, Transform transform, int childIndex)
boolean
EdgeShape. raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex)
boolean
PolygonShape. raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex)
abstract boolean
Shape. raycast(RayCastOutput output, RayCastInput input, Transform transform, int childIndex)
Cast a ray against a child shape. -
Uses of RayCastInput in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as RayCastInput Modifier and Type Field Description private RayCastInput
World. input
Methods in org.jbox2d.dynamics with parameters of type RayCastInput Modifier and Type Method Description boolean
Fixture. raycast(RayCastOutput output, RayCastInput input, int childIndex)
Cast a ray against this shape.float
WorldRayCastWrapper. raycastCallback(RayCastInput input, int nodeId)
-
Uses of RayCastInput in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as RayCastInput Modifier and Type Field Description (package private) RayCastInput
DynamicTreeTest. m_rayCastInput
Methods in org.jbox2d.testbed.tests with parameters of type RayCastInput Modifier and Type Method Description float
DynamicTreeTest. raycastCallback(RayCastInput input, int proxyId)
-