Uses of Class
org.jbox2d.collision.RayCastOutput
Packages that use RayCastOutput
Package
Description
The Collision module contains shapes and functions that operate on them.
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
-
Uses of RayCastOutput in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type RayCastOutputModifier and TypeMethodDescriptionfinal booleanAABB.raycast(RayCastOutput output, RayCastInput input) Deprecated.final booleanAABB.raycast(RayCastOutput output, RayCastInput input, WorldPool 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 RayCastOutputModifier and TypeMethodDescriptionbooleanChainShape.raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) final booleanCircleShape.raycast(RayCastOutput output, RayCastInput input, Transform transform, int childIndex) booleanEdgeShape.raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) final 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
Methods in org.jbox2d.dynamics with parameters of type RayCastOutputModifier and TypeMethodDescriptionbooleanFixture.raycast(RayCastOutput output, RayCastInput input, int childIndex) Cast a ray against this shape.
AABB.raycast(RayCastOutput, RayCastInput, WorldPool)for better performance