Uses of Class
org.jbox2d.collision.RayCastOutput
Packages that use RayCastOutput
Package
Description
-
Uses of RayCastOutput in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type RayCastOutputModifier and TypeMethodDescriptionfinal boolean
AABB.raycast
(RayCastOutput output, RayCastInput input) Deprecated.final 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 RayCastOutputModifier and TypeMethodDescriptionboolean
ChainShape.raycast
(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) final boolean
CircleShape.raycast
(RayCastOutput output, RayCastInput input, Transform transform, int childIndex) boolean
EdgeShape.raycast
(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) final 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 RayCastOutput in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as RayCastOutputMethods in org.jbox2d.dynamics with parameters of type RayCastOutputModifier and TypeMethodDescriptionboolean
Fixture.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
AABB.raycast(RayCastOutput, RayCastInput, IWorldPool)
for better performance