Uses of Interface
org.jbox2d.callbacks.RayCastCallback
Packages that use RayCastCallback
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
-
Uses of RayCastCallback in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type RayCastCallbackModifier and TypeMethodDescriptionvoidWorld.raycast(RayCastCallback callback, ParticleRaycastCallback particleCallback, Vec2 point1, Vec2 point2) Ray-cast the world for all fixtures and particles in the path of the ray.voidWorld.raycast(RayCastCallback callback, Vec2 point1, Vec2 point2) Ray-cast the world for all fixtures in the path of the ray.