Uses of Interface
org.jbox2d.callbacks.ParticleRaycastCallback
Packages that use ParticleRaycastCallback
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Particle simulation types for creating, grouping, updating, and querying
particles alongside rigid bodies.
-
Uses of ParticleRaycastCallback in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type ParticleRaycastCallbackModifier and TypeMethodDescriptionvoidWorld.raycast(ParticleRaycastCallback particleCallback, Vec2 point1, Vec2 point2) Ray-cast the world for all particles in the path of the ray.voidWorld.raycast(RayCastCallback callback, ParticleRaycastCallback particleCallback, Vec2 point1, Vec2 point2) Ray-cast the world for all fixtures and particles in the path of the ray. -
Uses of ParticleRaycastCallback in org.jbox2d.particle
Methods in org.jbox2d.particle with parameters of type ParticleRaycastCallbackModifier and TypeMethodDescriptionvoidParticleSystem.raycast(ParticleRaycastCallback callback, Vec2 point1, Vec2 point2) Ray-cast the particle system for all particles in the path of the ray.