Uses of Class
org.jbox2d.common.Sweep

Packages that use Sweep
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.dynamics This package handles non-collision aspects of simulation. 
 

Uses of Sweep in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type Sweep
static float TOI.timeOfImpact(Shape shape1, Sweep sweep1, Shape shape2, Sweep sweep2)
          Compute the time when two shapes begin to touch or touch at a closer distance.
 

Uses of Sweep in org.jbox2d.dynamics
 

Fields in org.jbox2d.dynamics declared as Sweep
 Sweep Body.m_sweep
          The swept motion for CCD