Uses of Class
org.jbox2d.common.Sweep
-
Packages that use Sweep Package Description org.jbox2d.collision org.jbox2d.common org.jbox2d.dynamics -
-
Uses of Sweep in org.jbox2d.collision
Fields in org.jbox2d.collision declared as Sweep Modifier and Type Field Description Sweep
SeparationFunction. m_sweepA
Sweep
SeparationFunction. m_sweepB
private Sweep
TimeOfImpact. sweepA
Sweep
TimeOfImpact.TOIInput. sweepA
private Sweep
TimeOfImpact. sweepB
Sweep
TimeOfImpact.TOIInput. sweepB
Methods in org.jbox2d.collision with parameters of type Sweep Modifier and Type Method Description float
SeparationFunction. initialize(Distance.SimplexCache cache, Distance.DistanceProxy proxyA, Sweep sweepA, Distance.DistanceProxy proxyB, Sweep sweepB, float t1)
-
Uses of Sweep in org.jbox2d.common
Methods in org.jbox2d.common that return Sweep Modifier and Type Method Description Sweep
Sweep. set(Sweep argCloneFrom)
Methods in org.jbox2d.common with parameters of type Sweep Modifier and Type Method Description Sweep
Sweep. set(Sweep argCloneFrom)
-
Uses of Sweep in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Sweep Modifier and Type Field Description private Sweep
World. backup1
private Sweep
World. backup2
Sweep
Body. m_sweep
The swept motion for CCD
-